Html Css Color HEX #CEE2EA Pattens Blue

📋 copy color: '#CEE2EA'

red 206 ◦ green 226 ◦ blue 234

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

Shades of Pattens Blue #CEE2EA

Tints of Pattens Blue #CEE2EA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.93%

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

R = 30.93%
G = 33.93%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#CEE2EA (or 0xCEE2EA) is known color: Pattens Blue. HEX triplet: CE, E2 and EA. RGB value is (206,226,234). Sum of RGB (Red+Green+Blue) = 206+226+234=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 234 (91.80% from 255 or 35.14% from 666); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEE2EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2EA is #311D15. Grayscale: #DCDCDC. Windows color (decimal): -3218710 or 15393486. OLE color: 15393486.

HSL color Cylindrical-coordinate representation of color #CEE2EA: hue angle of 197.14º 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 #CEE2EA is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 206 226 234 -
CMYK 0.12 0.03 0 0.08
HSL 197.14º 0.4% 0.86% -
HSV(B) 197.14º 0.12% 0.92% -
XYZ 67.5 73.46 88.46 -
YUV 220.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 206 226 234 0.12 0.03 0 0.08 197.14 0.4 0.86
Hex CE E2 EA C 3 0 8 C5 28 56
Octal 316 342 352 14 3 0 10 305 50 126
Binary 11001110 11100010 11101010 1100 11 0 1000 11000101 101000 1010110

Color Harmonies of #CEE2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2EA

Black with #CEE2EA

Text Example


Text Example

White with #CEE2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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