#CEEAFC

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

Shades of Pattens Blue #CEEAFC

Tints of Pattens Blue #CEEAFC

Color information

#CEEAFC (or 0xCEEAFC) is unknown color: approx Pattens Blue. HEX triplet: CE, EA and FC. RGB value is (206,234,252). Sum of RGB (Red+Green+Blue) = 206+234+252=692 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.77% from 692); Green value is 234 (91.80% from 255 or 33.82% from 692); Blue value is 252 (98.83% from 255 or 36.42% from 692); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEEAFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAFC is #311503. Grayscale: #E3E3E3. Windows color (decimal): -3216644 or 16575182. OLE color: 16575182.

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

Color convert

RGB206234252-
CMYK0.180.0700.01
HSL203.48º88.46%89.8%-
HSV(B)203.48º18.25%98.82%-
XYZ72.4579103.52-
YUV227.68141.72112.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.77%
GREEN value IS 234 (91.80% from 255) = 33.82%
BLUE value IS 252 (98.83% from 255) = 36.42%
R=29.77%
G=33.82%
B=36.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062342520.180.0700.01203.4888.4689.8
HexCEEAFC12701cb585a
Octal31635237422701313130132
Binary11001110111010101111110010010111011100101110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAFC; }

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

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

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

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

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

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

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

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