#CEE3EE

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

Shades of Pattens Blue #CEE3EE

Tints of Pattens Blue #CEE3EE

Color information

#CEE3EE (or 0xCEE3EE) is unknown color: approx Pattens Blue. HEX triplet: CE, E3 and EE. RGB value is (206,227,238). Sum of RGB (Red+Green+Blue) = 206+227+238=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEE3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3EE is #311C11. Grayscale: #DDDDDD. Windows color (decimal): -3218450 or 15655886. OLE color: 15655886.

HSL color Cylindrical-coordinate representation of color #CEE3EE: hue angle of 200.62º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE3EE is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB206227238-
CMYK0.130.0500.07
HSL200.62º48.48%87.06%-
HSV(B)200.62º13.45%93.33%-
XYZ68.3674.2391.61-
YUV221.98137.04116.61-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 30.70%
GREEN value IS 227 (89.06% from 255) = 33.83%
BLUE value IS 238 (93.36% from 255) = 35.47%
R=30.70%
G=33.83%
B=35.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062272380.130.0500.07200.6248.4887.06
HexCEE3EED507c93057
Octal3163433561550731160127
Binary11001110111000111110111011011010111110010011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE3EE; }

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

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

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

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

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

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

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

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