#CEEFFB

Color #CEEFFB Pattens Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pattens Blue #CEEFFB

Tints of Pattens Blue #CEEFFB

Color information

#CEEFFB (or 0xCEEFFB) is unknown color: approx Pattens Blue. HEX triplet: CE, EF and FB. RGB value is (206,239,251). Sum of RGB (Red+Green+Blue) = 206+239+251=696 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.60% from 696); Green value is 239 (93.75% from 255 or 34.34% from 696); Blue value is 251 (98.44% from 255 or 36.06% from 696); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEEFFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEFFB is #311004. Grayscale: #E6E6E6. Windows color (decimal): -3215365 or 16510926. OLE color: 16510926.

HSL color Cylindrical-coordinate representation of color #CEEFFB: hue angle of 196º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEEFFB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206239251-
CMYK0.180.0500.02
HSL196º84.91%89.61%-
HSV(B)196º17.93%98.43%-
XYZ73.7381.82103.17-
YUV230.5139.57110.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.60%
GREEN value IS 239 (93.75% from 255) = 34.34%
BLUE value IS 251 (98.44% from 255) = 36.06%
R=29.60%
G=34.34%
B=36.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062392510.180.0500.0219684.9189.61
HexCEEFFB12502c4555a
Octal31635737322502304125132
Binary110011101110111111111011100101010101100010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFFB; }

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

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

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

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

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

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

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

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