#CEE5FE

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

Shades of Pattens Blue #CEE5FE

Tints of Pattens Blue #CEE5FE

Color information

#CEE5FE (or 0xCEE5FE) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and FE. RGB value is (206,229,254). Sum of RGB (Red+Green+Blue) = 206+229+254=689 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.90% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CEE5FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FE is #311A01. Grayscale: #E0E0E0. Windows color (decimal): -3217922 or 16704974. OLE color: 16704974.

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

Color convert

RGB206229254-
CMYK0.190.1000.00
HSL211.25º96%90.2%-
HSV(B)211.25º18.9%99.61%-
XYZ71.3676.32104.74-
YUV224.97144.38114.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.90%
GREEN value IS 229 (89.84% from 255) = 33.24%
BLUE value IS 254 (99.61% from 255) = 36.87%
R=29.90%
G=33.24%
B=36.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2062292540.190.1000.00211.259690.2
HexCEE5FE13A00d3605a
Octal316345376231200323140132
Binary110011101110010111111110100111010001101001111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5FE; }

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

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

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

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

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

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

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

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