#CEEEFB

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

Shades of Pattens Blue #CEEEFB

Tints of Pattens Blue #CEEEFB

Color information

#CEEEFB (or 0xCEEEFB) is unknown color: approx Pattens Blue. HEX triplet: CE, EE and FB. RGB value is (206,238,251). Sum of RGB (Red+Green+Blue) = 206+238+251=695 (92% of max value = 765). Red value is 206 (80.86% from 255 or 29.64% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 251 (98.44% from 255 or 36.12% from 695); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEEEFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEEFB is #311104. Grayscale: #E5E5E5. Windows color (decimal): -3215621 or 16510670. OLE color: 16510670.

HSL color Cylindrical-coordinate representation of color #CEEEFB: hue angle of 197.33º 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 #CEEEFB is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206238251-
CMYK0.180.0500.02
HSL197.33º84.91%89.61%-
HSV(B)197.33º17.93%98.43%-
XYZ73.4481.24103.08-
YUV229.91139.9110.94-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.64%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 251 (98.44% from 255) = 36.12%
R=29.64%
G=34.24%
B=36.12%

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
Decimal2062382510.180.0500.02197.3384.9189.61
HexCEEEFB12502c5555a
Octal31635637322502305125132
Binary110011101110111011111011100101010101100010110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEFB; }

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

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

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

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

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

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

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

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