#CEE6FC

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

Shades of Pattens Blue #CEE6FC

Tints of Pattens Blue #CEE6FC

Color information

#CEE6FC (or 0xCEE6FC) is unknown color: approx Pattens Blue. HEX triplet: CE, E6 and FC. RGB value is (206,230,252). Sum of RGB (Red+Green+Blue) = 206+230+252=688 (91% of max value = 765). Red value is 206 (80.86% from 255 or 29.94% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 252 (98.83% from 255 or 36.63% from 688); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEE6FC is #311903. Grayscale: #E1E1E1. Windows color (decimal): -3217668 or 16574158. OLE color: 16574158.

HSL color Cylindrical-coordinate representation of color #CEE6FC: hue angle of 208.7º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEE6FC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206230252-
CMYK0.180.0900.01
HSL208.7º88.46%89.8%-
HSV(B)208.7º18.25%98.82%-
XYZ71.3276.74103.15-
YUV225.33143.05114.21-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.94%
GREEN value IS 230 (90.23% from 255) = 33.43%
BLUE value IS 252 (98.83% from 255) = 36.63%
R=29.94%
G=33.43%
B=36.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062302520.180.0900.01208.788.4689.8
HexCEE6FC12901d1585a
Octal316346374221101321130132
Binary110011101110011011111100100101001011101000110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE6FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE6FC; }

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

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

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

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

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

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

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

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