Html Css Color HEX #CEE0EA Pattens Blue

📋 copy color: '#CEE0EA'

red 206 ◦ green 224 ◦ blue 234

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

Shades of Pattens Blue #CEE0EA

Tints of Pattens Blue #CEE0EA

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.73%

 BLUE value IS 234 (91.8% from 255) = 35.24%

R = 31.02%
G = 33.73%
B = 35.24%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEE0EA (or 0xCEE0EA) is known color: Pattens Blue. HEX triplet: CE, E0 and EA. RGB value is (206,224,234). Sum of RGB (Red+Green+Blue) = 206+224+234=664 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.02% from 664); Green value is 224 (87.89% from 255 or 33.73% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEE0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0EA is #311F15. Grayscale: #DBDBDB. Windows color (decimal): -3219222 or 15392974. OLE color: 15392974.

HSL color Cylindrical-coordinate representation of color #CEE0EA: hue angle of 201.43º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEE0EA is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 224 234 -
CMYK 0.12 0.04 0 0.08
HSL 201.43º 0.4% 0.86% -
HSV(B) 201.43º 0.12% 0.92% -
XYZ 66.96 72.37 88.28 -
YUV 219.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 206 224 234 0.12 0.04 0 0.08 201.43 0.4 0.86
Hex CE E0 EA C 4 0 8 C9 28 56
Octal 316 340 352 14 4 0 10 311 50 126
Binary 11001110 11100000 11101010 1100 100 0 1000 11001001 101000 1010110

Color Harmonies of #CEE0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0EA

Black with #CEE0EA

Text Example


Text Example

White with #CEE0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0EA; }

 p { color: rgb(206,224,234); }

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

background-color css

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

 a { background-color: rgb(206,224,234); }

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

border-color css

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

 span { border-color: rgb(206,224,234); }

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