#CCEEEE

Color #CCEEEE Oyster Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oyster Bay #CCEEEE

Tints of Oyster Bay #CCEEEE

Color information

#CCEEEE (or 0xCCEEEE) is unknown color: approx Oyster Bay. HEX triplet: CC, EE and EE. RGB value is (204,238,238). Sum of RGB (Red+Green+Blue) = 204+238+238=680 (90% of max value = 765). Red value is 204 (80.08% from 255 or 30% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 238 (93.36% from 255 or 35% from 680); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #CCEEEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEEE is #331111. Grayscale: #E3E3E3. Windows color (decimal): -3346706 or 15658700. OLE color: 15658700.

HSL color Cylindrical-coordinate representation of color #CCEEEE: hue angle of 180º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEEE is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204238238-
CMYK0.14000.07
HSL180º50%86.67%-
HSV(B)180º14.29%93.33%-
XYZ70.9180.1692.62-
YUV227.83133.74111-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 30%
GREEN value IS 238 (93.36% from 255) = 35%
BLUE value IS 238 (93.36% from 255) = 35%
R=30%
G=35%
B=35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2042382380.14000.071805086.67
HexCCEEEEE007b43257
Octal3143563561600726462127
Binary110011001110111011101110111000111101101001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEEE; }

 p { color: rgb(204,238,238); }

 H1.HeaderClassName
 {
   color: #CCEEEE;
 }
 .AnyTagClassName
 {
   color: #CCEEEE;
 }
</style>
background-color css

<style>
 a { background-color: #CCEEEE; }

 a { background-color: rgb(204,238,238); }

 div.DivClassName
 {
   background-color: #CCEEEE;
 }
 .BgClassName
 {
   background-color: #CCEEEE;
 }
</style>
border-color css

<style>
 span { border-color: #CCEEEE; }

 span { border-color: rgb(204,238,238); }

 td.TdClassName
 {
   border-color: #CCEEEE;
 }
 .TagClassName
 {
   border-color: #CCEEEE;
 }
</style>