#CEE8FC

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

Shades of Pattens Blue #CEE8FC

Tints of Pattens Blue #CEE8FC

Color information

#CEE8FC (or 0xCEE8FC) is unknown color: approx Pattens Blue. HEX triplet: CE, E8 and FC. RGB value is (206,232,252). Sum of RGB (Red+Green+Blue) = 206+232+252=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8FC is #311703. Grayscale: #E2E2E2. Windows color (decimal): -3217156 or 16574670. OLE color: 16574670.

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

Color convert

RGB206232252-
CMYK0.180.0800.01
HSL206.09º88.46%89.8%-
HSV(B)206.09º18.25%98.82%-
XYZ71.8877.86103.34-
YUV226.51142.39113.37-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 232 (91.02% from 255) = 33.62%
BLUE value IS 252 (98.83% from 255) = 36.52%
R=29.86%
G=33.62%
B=36.52%

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
Decimal2062322520.180.0800.01206.0988.4689.8
HexCEE8FC12801ce585a
Octal316350374221001316130132
Binary110011101110100011111100100101000011100111010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8FC; }

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

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

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

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

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

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

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

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