#CEEAF3

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

Shades of Pattens Blue #CEEAF3

Tints of Pattens Blue #CEEAF3

Color information

#CEEAF3 (or 0xCEEAF3) is unknown color: approx Pattens Blue. HEX triplet: CE, EA and F3. RGB value is (206,234,243). Sum of RGB (Red+Green+Blue) = 206+234+243=683 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.16% from 683); Green value is 234 (91.80% from 255 or 34.26% from 683); Blue value is 243 (95.31% from 255 or 35.58% from 683); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEEAF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEAF3 is #31150C. Grayscale: #E2E2E2. Windows color (decimal): -3216653 or 15985358. OLE color: 15985358.

HSL color Cylindrical-coordinate representation of color #CEEAF3: hue angle of 194.59º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEEAF3 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB206234243-
CMYK0.150.0400.05
HSL194.59º60.66%88.04%-
HSV(B)194.59º15.23%95.29%-
XYZ71.0578.4496.19-
YUV226.65137.22113.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.16%
GREEN value IS 234 (91.80% from 255) = 34.26%
BLUE value IS 243 (95.31% from 255) = 35.58%
R=30.16%
G=34.26%
B=35.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062342430.150.0400.05194.5960.6688.04
HexCEEAF3F405c33d58
Octal3163523631740530375130
Binary11001110111010101111001111111000101110000111111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEAF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEAF3; }

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

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

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

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

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

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

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

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