#CEE6FF

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

Shades of Pattens Blue #CEE6FF

Tints of Pattens Blue #CEE6FF

Color information

#CEE6FF (or 0xCEE6FF) is unknown color: approx Pattens Blue. HEX triplet: CE, E6 and FF. RGB value is (206,230,255). Sum of RGB (Red+Green+Blue) = 206+230+255=691 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.81% from 691); Green value is 230 (90.23% from 255 or 33.29% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CEE6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FF is #311900. Grayscale: #E1E1E1. Windows color (decimal): -3217665 or 16770766. OLE color: 16770766.

HSL color Cylindrical-coordinate representation of color #CEE6FF: hue angle of 210.61º 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 #CEE6FF is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB206230255-
CMYK0.190.1000
HSL210.61º100%90.39%-
HSV(B)210.61º19.22%100%-
XYZ71.876.94105.67-
YUV225.67144.55113.97-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.81%
GREEN value IS 230 (90.23% from 255) = 33.29%
BLUE value IS 255 (100% from 255) = 36.90%
R=29.81%
G=33.29%
B=36.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2062302550.190.1000210.6110090.39
HexCEE6FF13A00d3645a
Octal316346377231200323144132
Binary110011101110011011111111100111010001101001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6FF; }

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

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

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

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

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

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

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

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