#CEEBF7

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

Shades of Pattens Blue #CEEBF7

Tints of Pattens Blue #CEEBF7

Color information

#CEEBF7 (or 0xCEEBF7) is unknown color: approx Pattens Blue. HEX triplet: CE, EB and F7. RGB value is (206,235,247). Sum of RGB (Red+Green+Blue) = 206+235+247=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 247 (96.88% from 255 or 35.90% from 688); Max value from RGB is 247 - color contains mainly: blue. Hex color #CEEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEEBF7 is #311408. Grayscale: #E3E3E3. Windows color (decimal): -3216393 or 16247758. OLE color: 16247758.

HSL color Cylindrical-coordinate representation of color #CEEBF7: hue angle of 197.56º degrees, saturation: 0.72, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEEBF7 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB206235247-
CMYK0.170.0500.03
HSL197.56º71.93%88.82%-
HSV(B)197.56º16.6%96.86%-
XYZ71.9579.2599.5-
YUV227.7138.89112.52-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 247 (96.88% from 255) = 35.90%
R=29.94%
G=34.16%
B=35.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062352470.170.0500.03197.5671.9388.82
HexCEEBF711503c64859
Octal31635336721503306110131
Binary110011101110101111110111100011010111100011010010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEBF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEBF7; }

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

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

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

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

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

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

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

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