#CEE5FC

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

Shades of Pattens Blue #CEE5FC

Tints of Pattens Blue #CEE5FC

Color information

#CEE5FC (or 0xCEE5FC) is unknown color: approx Pattens Blue. HEX triplet: CE, E5 and FC. RGB value is (206,229,252). Sum of RGB (Red+Green+Blue) = 206+229+252=687 (90% of max value = 765). Red value is 206 (80.86% from 255 or 29.99% from 687); Green value is 229 (89.84% from 255 or 33.33% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #CEE5FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE5FC is #311A03. Grayscale: #E0E0E0. Windows color (decimal): -3217924 or 16573902. OLE color: 16573902.

HSL color Cylindrical-coordinate representation of color #CEE5FC: hue angle of 210º 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 #CEE5FC is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB206229252-
CMYK0.180.0900.01
HSL210º88.46%89.8%-
HSV(B)210º18.25%98.82%-
XYZ71.0476.19103.06-
YUV224.74143.38114.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 29.99%
GREEN value IS 229 (89.84% from 255) = 33.33%
BLUE value IS 252 (98.83% from 255) = 36.68%
R=29.99%
G=33.33%
B=36.68%

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
Decimal2062292520.180.0900.0121088.4689.8
HexCEE5FC12901d2585a
Octal316345374221101322130132
Binary110011101110010111111100100101001011101001010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEE5FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEE5FC; }

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

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

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

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

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

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

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

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