#CEE8FB

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

Shades of Pattens Blue #CEE8FB

Tints of Pattens Blue #CEE8FB

Color information

#CEE8FB (or 0xCEE8FB) is unknown color: approx Pattens Blue. HEX triplet: CE, E8 and FB. RGB value is (206,232,251). Sum of RGB (Red+Green+Blue) = 206+232+251=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 232 (91.02% from 255 or 33.67% from 689); Blue value is 251 (98.44% from 255 or 36.43% from 689); Max value from RGB is 251 - color contains mainly: blue. Hex color #CEE8FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8FB is #311704. Grayscale: #E2E2E2. Windows color (decimal): -3217157 or 16509134. OLE color: 16509134.

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

Color convert

RGB206232251-
CMYK0.180.0800.02
HSL205.33º84.91%89.61%-
HSV(B)205.33º17.93%98.43%-
XYZ71.7277.8102.5-
YUV226.39141.89113.46-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 232 (91.02% from 255) = 33.67%
BLUE value IS 251 (98.44% from 255) = 36.43%
R=29.90%
G=33.67%
B=36.43%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062322510.180.0800.02205.3384.9189.61
HexCEE8FB12802cd555a
Octal316350373221002315125132
Binary1100111011101000111110111001010000101100110110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8FB; }

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

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

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

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

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

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

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

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