#CEE5FF

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

Shades of Pattens Blue #CEE5FF

Tints of Pattens Blue #CEE5FF

Color information

#CEE5FF (or 0xCEE5FF) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and FF. RGB value is (206,229,255). Sum of RGB (Red+Green+Blue) = 206+229+255=690 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.86% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FF is #311A00. Grayscale: #E0E0E0. Windows color (decimal): -3217921 or 16770510. OLE color: 16770510.

HSL color Cylindrical-coordinate representation of color #CEE5FF: hue angle of 211.84º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEE5FF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206229255-
CMYK0.190.1000
HSL211.84º100%90.39%-
HSV(B)211.84º19.22%100%-
XYZ71.5276.38105.58-
YUV225.09144.88114.39-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.86%
GREEN value IS 229 (89.84% from 255) = 33.19%
BLUE value IS 255 (100% from 255) = 36.96%
R=29.86%
G=33.19%
B=36.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062292550.190.1000211.8410090.39
HexCEE5FF13A00d4645a
Octal316345377231200324144132
Binary110011101110010111111111100111010001101010011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5FF; }

 p { color: rgb(206,229,255); }

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

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

 a { background-color: rgb(206,229,255); }

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

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

 span { border-color: rgb(206,229,255); }

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