#CEE8FF

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

Shades of Pattens Blue #CEE8FF

Tints of Pattens Blue #CEE8FF

Color information

#CEE8FF (or 0xCEE8FF) is unknown color: approx Pattens Blue. HEX triplet: CE, E8 and FF. RGB value is (206,232,255). Sum of RGB (Red+Green+Blue) = 206+232+255=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 232 (91.02% from 255 or 33.48% from 693); Blue value is 255 (100% from 255 or 36.80% from 693); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8FF is #311700. Grayscale: #E2E2E2. Windows color (decimal): -3217153 or 16771278. OLE color: 16771278.

HSL color Cylindrical-coordinate representation of color #CEE8FF: hue angle of 208.16º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE8FF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206232255-
CMYK0.190.0900
HSL208.16º100%90.39%-
HSV(B)208.16º19.22%100%-
XYZ72.3678.06105.86-
YUV226.85143.89113.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.73%
GREEN value IS 232 (91.02% from 255) = 33.48%
BLUE value IS 255 (100% from 255) = 36.80%
R=29.73%
G=33.48%
B=36.80%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062322550.190.0900208.1610090.39
HexCEE8FF13900d0645a
Octal316350377231100320144132
Binary110011101110100011111111100111001001101000011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8FF; }

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

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

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

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

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

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

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

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