Html Css Color HEX #C8E0EC Pattens Blue

📋 copy color: '#C8E0EC'

red 200 ◦ green 224 ◦ blue 236

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

Shades of Pattens Blue #C8E0EC

Tints of Pattens Blue #C8E0EC

RGB

 RED value IS 200 (78.52% from 255) = 30.3%

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

 BLUE value IS 236 (92.58% from 255) = 35.76%

R = 30.3%
G = 33.94%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8E0EC (or 0xC8E0EC) is known color: Pattens Blue. HEX triplet: C8, E0 and EC. RGB value is (200,224,236). Sum of RGB (Red+Green+Blue) = 200+224+236=660 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.30% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 236 (92.58% from 255 or 35.76% from 660); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8E0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8E0EC is #371F13. Grayscale: #DADADA. Windows color (decimal): -3612436 or 15524040. OLE color: 15524040.

HSL color Cylindrical-coordinate representation of color #C8E0EC: hue angle of 200º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8E0EC is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 200 224 236 -
CMYK 0.15 0.05 0 0.07
HSL 200º 0.49% 0.85% -
HSV(B) 200º 0.15% 0.93% -
XYZ 65.62 71.65 89.73 -
YUV 218.19 138.05 115.02 -
System Red Green Blue C M Y K H S L
Decimal 200 224 236 0.15 0.05 0 0.07 200 0.49 0.85
Hex C8 E0 EC F 5 0 7 C8 31 55
Octal 310 340 354 17 5 0 7 310 61 125
Binary 11001000 11100000 11101100 1111 101 0 111 11001000 110001 1010101

Color Harmonies of #C8E0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E0EC

Black with #C8E0EC

Text Example


Text Example

White with #C8E0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E0EC; }

 p { color: rgb(200,224,236); }

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

background-color css

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

 a { background-color: rgb(200,224,236); }

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

border-color css

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

 span { border-color: rgb(200,224,236); }

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