#CEEAF4

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

Shades of Pattens Blue #CEEAF4

Tints of Pattens Blue #CEEAF4

Color information

#CEEAF4 (or 0xCEEAF4) is unknown color: approx Pattens Blue. HEX triplet: CE, EA and F4. RGB value is (206,234,244). Sum of RGB (Red+Green+Blue) = 206+234+244=684 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.12% from 684); Green value is 234 (91.80% from 255 or 34.21% from 684); Blue value is 244 (95.70% from 255 or 35.67% from 684); Max value from RGB is 244 - color contains mainly: blue. Hex color #CEEAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF4 is #31150B. Grayscale: #E2E2E2. Windows color (decimal): -3216652 or 16050894. OLE color: 16050894.

HSL color Cylindrical-coordinate representation of color #CEEAF4: hue angle of 195.79º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CEEAF4 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206234244-
CMYK0.160.0400.04
HSL195.79º63.33%88.24%-
HSV(B)195.79º15.57%95.69%-
XYZ71.2178.596.99-
YUV226.77137.72113.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.12%
GREEN value IS 234 (91.80% from 255) = 34.21%
BLUE value IS 244 (95.70% from 255) = 35.67%
R=30.12%
G=34.21%
B=35.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062342440.160.0400.04195.7963.3388.24
HexCEEAF410404c43f58
Octal3163523642040430477130
Binary110011101110101011110100100001000100110001001111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAF4; }

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

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

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

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

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

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

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

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