#CEE9FF

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

Shades of Pattens Blue #CEE9FF

Tints of Pattens Blue #CEE9FF

Color information

#CEE9FF (or 0xCEE9FF) is unknown color: approx Pattens Blue. HEX triplet: CE, E9 and FF. RGB value is (206,233,255). Sum of RGB (Red+Green+Blue) = 206+233+255=694 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.68% from 694); Green value is 233 (91.41% from 255 or 33.57% from 694); Blue value is 255 (100% from 255 or 36.74% from 694); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE9FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9FF is #311600. Grayscale: #E3E3E3. Windows color (decimal): -3216897 or 16771534. OLE color: 16771534.

HSL color Cylindrical-coordinate representation of color #CEE9FF: hue angle of 206.94º 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 #CEE9FF is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206233255-
CMYK0.190.0900
HSL206.94º100%90.39%-
HSV(B)206.94º19.22%100%-
XYZ72.6478.62105.95-
YUV227.43143.55112.71-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.68%
GREEN value IS 233 (91.41% from 255) = 33.57%
BLUE value IS 255 (100% from 255) = 36.74%
R=29.68%
G=33.57%
B=36.74%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062332550.190.0900206.9410090.39
HexCEE9FF13900cf645a
Octal316351377231100317144132
Binary110011101110100111111111100111001001100111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE9FF; }

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

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

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

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

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

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

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

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