#CEE8FA

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

Shades of Pattens Blue #CEE8FA

Tints of Pattens Blue #CEE8FA

Color information

#CEE8FA (or 0xCEE8FA) is unknown color: approx Pattens Blue. HEX triplet: CE, E8 and FA. RGB value is (206,232,250). Sum of RGB (Red+Green+Blue) = 206+232+250=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 232 (91.02% from 255 or 33.72% from 688); Blue value is 250 (98.05% from 255 or 36.34% from 688); Max value from RGB is 250 - color contains mainly: blue. Hex color #CEE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE8FA is #311705. Grayscale: #E2E2E2. Windows color (decimal): -3217158 or 16443598. OLE color: 16443598.

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

Color convert

RGB206232250-
CMYK0.180.0700.02
HSL204.55º81.48%89.41%-
HSV(B)204.55º17.6%98.04%-
XYZ71.5777.74101.68-
YUV226.28141.39113.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 232 (91.02% from 255) = 33.72%
BLUE value IS 250 (98.05% from 255) = 36.34%
R=29.94%
G=33.72%
B=36.34%

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
Decimal2062322500.180.0700.02204.5581.4889.41
HexCEE8FA12702cd5159
Octal31635037222702315121131
Binary110011101110100011111010100101110101100110110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE8FA; }

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

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

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

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

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

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

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

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