Html Css Color HEX #CEE4ED Pattens Blue

📋 copy color: '#CEE4ED'

red 206 ◦ green 228 ◦ blue 237

#CEE4ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CEE4ED

Tints of Pattens Blue #CEE4ED

RGB

 RED value IS 206 (80.86% from 255) = 30.7%

 GREEN value IS 228 (89.45% from 255) = 33.98%

 BLUE value IS 237 (92.97% from 255) = 35.32%

R = 30.7%
G = 33.98%
B = 35.32%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE4ED (or 0xCEE4ED) is known color: Pattens Blue. HEX triplet: CE, E4 and ED. RGB value is (206,228,237). Sum of RGB (Red+Green+Blue) = 206+228+237=671 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.70% from 671); Green value is 228 (89.45% from 255 or 33.98% from 671); Blue value is 237 (92.97% from 255 or 35.32% from 671); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE4ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4ED is #311B12. Grayscale: #DEDEDE. Windows color (decimal): -3218195 or 15590606. OLE color: 15590606.

HSL color Cylindrical-coordinate representation of color #CEE4ED: hue angle of 197.42º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE4ED is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 228 237 -
CMYK 0.13 0.04 0 0.07
HSL 197.42º 0.46% 0.87% -
HSV(B) 197.42º 0.13% 0.93% -
XYZ 68.48 74.72 90.93 -
YUV 222.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 206 228 237 0.13 0.04 0 0.07 197.42 0.46 0.87
Hex CE E4 ED D 4 0 7 C5 2E 57
Octal 316 344 355 15 4 0 7 305 56 127
Binary 11001110 11100100 11101101 1101 100 0 111 11000101 101110 1010111

Color Harmonies of #CEE4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4ED

Black with #CEE4ED

Text Example


Text Example

White with #CEE4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4ED; }

 p { color: rgb(206,228,237); }

 H1.HeaderClassName
 {
   color: #CEE4ED;
 }
 .AnyTagClassName
 {
   color: #CEE4ED;
 }
</style>

background-color css

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

 a { background-color: rgb(206,228,237); }

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

border-color css

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

 span { border-color: rgb(206,228,237); }

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