#CEEFF1

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

Shades of Oyster Bay #CEEFF1

Tints of Oyster Bay #CEEFF1

Color information

#CEEFF1 (or 0xCEEFF1) is unknown color: approx Oyster Bay. HEX triplet: CE, EF and F1. RGB value is (206,239,241). Sum of RGB (Red+Green+Blue) = 206+239+241=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 239 (93.75% from 255 or 34.84% from 686); Blue value is 241 (94.53% from 255 or 35.13% from 686); Max value from RGB is 241 - color contains mainly: blue. Hex color #CEEFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFF1 is #31100E. Grayscale: #E5E5E5. Windows color (decimal): -3215375 or 15855566. OLE color: 15855566.

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

Color convert

RGB206239241-
CMYK0.150.0100.05
HSL183.43º55.56%87.65%-
HSV(B)183.43º14.52%94.51%-
XYZ72.281.2195.09-
YUV229.36134.57111.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 239 (93.75% from 255) = 34.84%
BLUE value IS 241 (94.53% from 255) = 35.13%
R=30.03%
G=34.84%
B=35.13%

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
Decimal2062392410.150.0100.05183.4355.5687.65
HexCEEFF1F105b73858
Octal3163573611710526770130
Binary110011101110111111110001111110101101101111110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFF1; }

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

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

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

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

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

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

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

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