#CEEFEE

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

Shades of Oyster Bay #CEEFEE

Tints of Oyster Bay #CEEFEE

Color information

#CEEFEE (or 0xCEEFEE) is unknown color: approx Oyster Bay. HEX triplet: CE, EF and EE. RGB value is (206,239,238). Sum of RGB (Red+Green+Blue) = 206+239+238=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 239 (93.75% from 255 or 34.99% from 683); Blue value is 238 (93.36% from 255 or 34.85% from 683); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFEE is #311011. Grayscale: #E4E4E4. Windows color (decimal): -3215378 or 15658958. OLE color: 15658958.

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

Color convert

RGB206239238-
CMYK0.1400.000.06
HSL178.18º50.77%87.25%-
HSV(B)178.18º13.81%93.73%-
XYZ71.7581.0392.75-
YUV229.02133.07111.58-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 239 (93.75% from 255) = 34.99%
BLUE value IS 238 (93.36% from 255) = 34.85%
R=30.16%
G=34.99%
B=34.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062392380.1400.000.06178.1850.7787.25
HexCEEFEEE006b23357
Octal3163573561600626263127
Binary110011101110111111101110111000110101100101100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFEE; }

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

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

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

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

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

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

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

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