#CEE3F5

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

Shades of Pattens Blue #CEE3F5

Tints of Pattens Blue #CEE3F5

Color information

#CEE3F5 (or 0xCEE3F5) is unknown color: approx Pattens Blue. HEX triplet: CE, E3 and F5. RGB value is (206,227,245). Sum of RGB (Red+Green+Blue) = 206+227+245=678 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.38% from 678); Green value is 227 (89.06% from 255 or 33.48% from 678); Blue value is 245 (96.09% from 255 or 36.14% from 678); Max value from RGB is 245 - color contains mainly: blue. Hex color #CEE3F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3F5 is #311C0A. Grayscale: #DEDEDE. Windows color (decimal): -3218443 or 16114638. OLE color: 16114638.

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

Color convert

RGB206227245-
CMYK0.160.0700.04
HSL207.69º66.1%88.43%-
HSV(B)207.69º15.92%96.08%-
XYZ69.474.6597.14-
YUV222.77140.54116.04-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.38%
GREEN value IS 227 (89.06% from 255) = 33.48%
BLUE value IS 245 (96.09% from 255) = 36.14%
R=30.38%
G=33.48%
B=36.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062272450.160.0700.04207.6966.188.43
HexCEE3F510704d04258
Octal31634336520704320102130
Binary1100111011100011111101011000011101001101000010000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3F5; }

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

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

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

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

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

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

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

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