#CEE7FC

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

Shades of Pattens Blue #CEE7FC

Tints of Pattens Blue #CEE7FC

Color information

#CEE7FC (or 0xCEE7FC) is unknown color: approx Pattens Blue. HEX triplet: CE, E7 and FC. RGB value is (206,231,252). Sum of RGB (Red+Green+Blue) = 206+231+252=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE7FC is #311803. Grayscale: #E1E1E1. Windows color (decimal): -3217412 or 16574414. OLE color: 16574414.

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

Color convert

RGB206231252-
CMYK0.180.0800.01
HSL207.39º88.46%89.8%-
HSV(B)207.39º18.25%98.82%-
XYZ71.677.3103.24-
YUV225.92142.72113.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 231 (90.62% from 255) = 33.53%
BLUE value IS 252 (98.83% from 255) = 36.57%
R=29.90%
G=33.53%
B=36.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062312520.180.0800.01207.3988.4689.8
HexCEE7FC12801cf585a
Octal316347374221001317130132
Binary110011101110011111111100100101000011100111110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE7FC; }

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

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

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

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

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

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

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

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