#CCEFF1

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

Shades of Oyster Bay #CCEFF1

Tints of Oyster Bay #CCEFF1

Color information

#CCEFF1 (or 0xCCEFF1) is unknown color: approx Oyster Bay. HEX triplet: CC, EF and F1. RGB value is (204,239,241). Sum of RGB (Red+Green+Blue) = 204+239+241=684 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.82% from 684); Green value is 239 (93.75% from 255 or 34.94% from 684); Blue value is 241 (94.53% from 255 or 35.23% from 684); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCEFF1 is #33100E. Grayscale: #E4E4E4. Windows color (decimal): -3346447 or 15855564. OLE color: 15855564.

HSL color Cylindrical-coordinate representation of color #CCEFF1: hue angle of 183.24º degrees, saturation: 0.57, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCEFF1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB204239241-
CMYK0.150.0100.05
HSL183.24º56.92%87.25%-
HSV(B)183.24º15.35%94.51%-
XYZ71.6580.9295.06-
YUV228.76134.9110.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 29.82%
GREEN value IS 239 (93.75% from 255) = 34.94%
BLUE value IS 241 (94.53% from 255) = 35.23%
R=29.82%
G=34.94%
B=35.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042392410.150.0100.05183.2456.9287.25
HexCCEFF1F105b73957
Octal3143573611710526771127
Binary110011001110111111110001111110101101101111110011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCEFF1; }

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

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

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

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

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

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

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

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