#CEEBF5

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

Shades of Pattens Blue #CEEBF5

Tints of Pattens Blue #CEEBF5

Color information

#CEEBF5 (or 0xCEEBF5) is unknown color: approx Pattens Blue. HEX triplet: CE, EB and F5. RGB value is (206,235,245). Sum of RGB (Red+Green+Blue) = 206+235+245=686 (90% of max value = 765). Red value is 206 (80.86% from 255 or 30.03% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 245 (96.09% from 255 or 35.71% from 686); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEEBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF5 is #31140A. Grayscale: #E3E3E3. Windows color (decimal): -3216395 or 16116686. OLE color: 16116686.

HSL color Cylindrical-coordinate representation of color #CEEBF5: hue angle of 195.38º degrees, saturation: 0.66, 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 #CEEBF5 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB206235245-
CMYK0.160.0400.04
HSL195.38º66.1%88.43%-
HSV(B)195.38º15.92%96.08%-
XYZ71.6479.1397.88-
YUV227.47137.89112.69-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.03%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 245 (96.09% from 255) = 35.71%
R=30.03%
G=34.26%
B=35.71%

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
Decimal2062352450.160.0400.04195.3866.188.43
HexCEEBF510404c34258
Octal31635336520404303102130
Binary1100111011101011111101011000010001001100001110000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBF5; }

 p { color: rgb(206,235,245); }

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

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

 a { background-color: rgb(206,235,245); }

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

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

 span { border-color: rgb(206,235,245); }

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