Html Css Color HEX #CEE3EA Pattens Blue

📋 copy color: '#CEE3EA'

red 206 ◦ green 227 ◦ blue 234

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

Shades of Pattens Blue #CEE3EA

Tints of Pattens Blue #CEE3EA

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.03%

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

R = 30.88%
G = 34.03%
B = 35.08%

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

#CEE3EA (or 0xCEE3EA) is known color: Pattens Blue. HEX triplet: CE, E3 and EA. RGB value is (206,227,234). Sum of RGB (Red+Green+Blue) = 206+227+234=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 234 - color contains mainly: blue. Hex color #CEE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3EA is #311C15. Grayscale: #DDDDDD. Windows color (decimal): -3218454 or 15393742. OLE color: 15393742.

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

Color convert

RGB 206 227 234 -
CMYK 0.12 0.03 0 0.08
HSL 195º 0.4% 0.86% -
HSV(B) 195º 0.12% 0.92% -
XYZ 67.77 74 88.55 -
YUV 221.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 206 227 234 0.12 0.03 0 0.08 195 0.4 0.86
Hex CE E3 EA C 3 0 8 C3 28 56
Octal 316 343 352 14 3 0 10 303 50 126
Binary 11001110 11100011 11101010 1100 11 0 1000 11000011 101000 1010110

Color Harmonies of #CEE3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3EA

Black with #CEE3EA

Text Example


Text Example

White with #CEE3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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