#CEEBFC

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

Shades of Pattens Blue #CEEBFC

Tints of Pattens Blue #CEEBFC

Color information

#CEEBFC (or 0xCEEBFC) is unknown color: approx Pattens Blue. HEX triplet: CE, EB and FC. RGB value is (206,235,252). Sum of RGB (Red+Green+Blue) = 206+235+252=693 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.73% from 693); Green value is 235 (92.19% from 255 or 33.91% from 693); Blue value is 252 (98.83% from 255 or 36.36% from 693); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBFC is #311403. Grayscale: #E4E4E4. Windows color (decimal): -3216388 or 16575438. OLE color: 16575438.

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

Color convert

RGB206235252-
CMYK0.180.0700.01
HSL202.17º88.46%89.8%-
HSV(B)202.17º18.25%98.82%-
XYZ72.7379.57103.62-
YUV228.27141.39112.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.73%
GREEN value IS 235 (92.19% from 255) = 33.91%
BLUE value IS 252 (98.83% from 255) = 36.36%
R=29.73%
G=33.91%
B=36.36%

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
Decimal2062352520.180.0700.01202.1788.4689.8
HexCEEBFC12701ca585a
Octal31635337422701312130132
Binary11001110111010111111110010010111011100101010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBFC; }

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

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

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

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

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

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

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

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