#CEE5F9

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

Shades of Pattens Blue #CEE5F9

Tints of Pattens Blue #CEE5F9

Color information

#CEE5F9 (or 0xCEE5F9) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and F9. RGB value is (206,229,249). Sum of RGB (Red+Green+Blue) = 206+229+249=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 229 (89.84% from 255 or 33.48% from 684); Blue value is 249 (97.66% from 255 or 36.40% from 684); Max value from RGB is 249 - color contains mainly: blue. Hex color #CEE5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5F9 is #311A06. Grayscale: #E0E0E0. Windows color (decimal): -3217927 or 16377294. OLE color: 16377294.

HSL color Cylindrical-coordinate representation of color #CEE5F9: hue angle of 207.91º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEE5F9 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB206229249-
CMYK0.170.0800.02
HSL207.91º78.18%89.22%-
HSV(B)207.91º17.27%97.65%-
XYZ70.5776100.57-
YUV224.4141.88114.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 229 (89.84% from 255) = 33.48%
BLUE value IS 249 (97.66% from 255) = 36.40%
R=30.12%
G=33.48%
B=36.40%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062292490.170.0800.02207.9178.1889.22
HexCEE5F911802d04e59
Octal316345371211002320116131
Binary1100111011100101111110011000110000101101000010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5F9; }

 p { color: rgb(206,229,249); }

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

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

 a { background-color: rgb(206,229,249); }

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

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

 span { border-color: rgb(206,229,249); }

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