#CEE9FC

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

Shades of Pattens Blue #CEE9FC

Tints of Pattens Blue #CEE9FC

Color information

#CEE9FC (or 0xCEE9FC) is unknown color: approx Pattens Blue. HEX triplet: CE, E9 and FC. RGB value is (206,233,252). Sum of RGB (Red+Green+Blue) = 206+233+252=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 233 (91.41% from 255 or 33.72% from 691); Blue value is 252 (98.83% from 255 or 36.47% from 691); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9FC is #311603. Grayscale: #E2E2E2. Windows color (decimal): -3216900 or 16574926. OLE color: 16574926.

HSL color Cylindrical-coordinate representation of color #CEE9FC: hue angle of 204.78º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE9FC is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206233252-
CMYK0.180.0800.01
HSL204.78º88.46%89.8%-
HSV(B)204.78º18.25%98.82%-
XYZ72.1678.43103.43-
YUV227.09142.05112.96-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 233 (91.41% from 255) = 33.72%
BLUE value IS 252 (98.83% from 255) = 36.47%
R=29.81%
G=33.72%
B=36.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062332520.180.0800.01204.7888.4689.8
HexCEE9FC12801cd585a
Octal316351374221001315130132
Binary110011101110100111111100100101000011100110110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE9FC; }

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

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

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

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

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

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

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

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