Html Css Color HEX #CEE3ED Pattens Blue

📋 copy color: '#CEE3ED'

red 206 ◦ green 227 ◦ blue 237

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

Shades of Pattens Blue #CEE3ED

Tints of Pattens Blue #CEE3ED

RGB

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

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

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

R = 30.75%
G = 33.88%
B = 35.37%

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

#CEE3ED (or 0xCEE3ED) is known color: Pattens Blue. HEX triplet: CE, E3 and ED. RGB value is (206,227,237). Sum of RGB (Red+Green+Blue) = 206+227+237=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 227 (89.06% from 255 or 33.88% from 670); Blue value is 237 (92.97% from 255 or 35.37% from 670); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3ED is #311C12. Grayscale: #DDDDDD. Windows color (decimal): -3218451 or 15590350. OLE color: 15590350.

HSL color Cylindrical-coordinate representation of color #CEE3ED: hue angle of 199.35º 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 #CEE3ED is Cyan = 0.13, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 227 237 -
CMYK 0.13 0.04 0 0.07
HSL 199.35º 0.46% 0.87% -
HSV(B) 199.35º 0.13% 0.93% -
XYZ 68.21 74.17 90.84 -
YUV 221.86 136.54 116.69 -
System Red Green Blue C M Y K H S L
Decimal 206 227 237 0.13 0.04 0 0.07 199.35 0.46 0.87
Hex CE E3 ED D 4 0 7 C7 2E 57
Octal 316 343 355 15 4 0 7 307 56 127
Binary 11001110 11100011 11101101 1101 100 0 111 11000111 101110 1010111

Color Harmonies of #CEE3ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3ED

Black with #CEE3ED

Text Example


Text Example

White with #CEE3ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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