#CCEEEF

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

Shades of Oyster Bay #CCEEEF

Tints of Oyster Bay #CCEEEF

Color information

#CCEEEF (or 0xCCEEEF) is unknown color: approx Oyster Bay. HEX triplet: CC, EE and EF. RGB value is (204,238,239). Sum of RGB (Red+Green+Blue) = 204+238+239=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 238 (93.36% from 255 or 34.95% from 681); Blue value is 239 (93.75% from 255 or 35.10% from 681); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCEEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEEEF is #331110. Grayscale: #E3E3E3. Windows color (decimal): -3346705 or 15724236. OLE color: 15724236.

HSL color Cylindrical-coordinate representation of color #CCEEEF: hue angle of 181.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEEEF is Cyan = 0.15, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204238239-
CMYK0.150.0000.06
HSL181.71º52.24%86.86%-
HSV(B)181.71º14.64%93.73%-
XYZ71.0680.2293.4-
YUV227.95134.24110.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.96%
GREEN value IS 238 (93.36% from 255) = 34.95%
BLUE value IS 239 (93.75% from 255) = 35.10%
R=29.96%
G=34.95%
B=35.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042382390.150.0000.06181.7152.2486.86
HexCCEEEFF006b63457
Octal3143563571700626664127
Binary110011001110111011101111111100110101101101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEEEF; }

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

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

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

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

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

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

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

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