#CCEFEF

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

Shades of Oyster Bay #CCEFEF

Tints of Oyster Bay #CCEFEF

Color information

#CCEFEF (or 0xCCEFEF) is unknown color: approx Oyster Bay. HEX triplet: CC, EF and EF. RGB value is (204,239,239). Sum of RGB (Red+Green+Blue) = 204+239+239=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 239 (93.75% from 255 or 35.04% from 682); Blue value is 239 (93.75% from 255 or 35.04% from 682); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #CCEFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFEF is #331010. Grayscale: #E4E4E4. Windows color (decimal): -3346449 or 15724492. OLE color: 15724492.

HSL color Cylindrical-coordinate representation of color #CCEFEF: hue angle of 180º 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 #CCEFEF is Cyan = 0.15, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB204239239-
CMYK0.15000.06
HSL180º52.24%86.86%-
HSV(B)180º14.64%93.73%-
XYZ71.3580.893.5-
YUV228.54133.9110.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.91%
GREEN value IS 239 (93.75% from 255) = 35.04%
BLUE value IS 239 (93.75% from 255) = 35.04%
R=29.91%
G=35.04%
B=35.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042392390.15000.0618052.2486.86
HexCCEFEFF006b43457
Octal3143573571700626464127
Binary110011001110111111101111111100110101101001101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFEF; }

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

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

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

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

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

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

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

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