#CEE9FA

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

Shades of Pattens Blue #CEE9FA

Tints of Pattens Blue #CEE9FA

Color information

#CEE9FA (or 0xCEE9FA) is unknown color: approx Pattens Blue. HEX triplet: CE, E9 and FA. RGB value is (206,233,250). Sum of RGB (Red+Green+Blue) = 206+233+250=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 250 (98.05% from 255 or 36.28% from 689); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE9FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE9FA is #311605. Grayscale: #E2E2E2. Windows color (decimal): -3216902 or 16443854. OLE color: 16443854.

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

Color convert

RGB206233250-
CMYK0.180.0700.02
HSL203.18º81.48%89.41%-
HSV(B)203.18º17.6%98.04%-
XYZ71.8578.3101.77-
YUV226.86141.05113.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 233 (91.41% from 255) = 33.82%
BLUE value IS 250 (98.05% from 255) = 36.28%
R=29.90%
G=33.82%
B=36.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062332500.180.0700.02203.1881.4889.41
HexCEE9FA12702cb5159
Octal31635137222702313121131
Binary110011101110100111111010100101110101100101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE9FA; }

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

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

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

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

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

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

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

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