Html Css Color HEX #C8DBEA Pattens Blue

📋 copy color: '#C8DBEA'

red 200 ◦ green 219 ◦ blue 234

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

Shades of Pattens Blue #C8DBEA

Tints of Pattens Blue #C8DBEA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 33.54%

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

R = 30.63%
G = 33.54%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8DBEA (or 0xC8DBEA) is known color: Pattens Blue. HEX triplet: C8, DB and EA. RGB value is (200,219,234). Sum of RGB (Red+Green+Blue) = 200+219+234=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 234 (91.80% from 255 or 35.83% from 653); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DBEA is #372415. Grayscale: #D6D6D6. Windows color (decimal): -3613718 or 15391688. OLE color: 15391688.

HSL color Cylindrical-coordinate representation of color #C8DBEA: hue angle of 206.47º degrees, saturation: 0.45, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8DBEA is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 219 234 -
CMYK 0.15 0.06 0 0.08
HSL 206.47º 0.45% 0.85% -
HSV(B) 206.47º 0.15% 0.92% -
XYZ 64 68.88 87.76 -
YUV 215.03 138.71 117.28 -
System Red Green Blue C M Y K H S L
Decimal 200 219 234 0.15 0.06 0 0.08 206.47 0.45 0.85
Hex C8 DB EA F 6 0 8 CE 2D 55
Octal 310 333 352 17 6 0 10 316 55 125
Binary 11001000 11011011 11101010 1111 110 0 1000 11001110 101101 1010101

Color Harmonies of #C8DBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DBEA

Black with #C8DBEA

Text Example


Text Example

White with #C8DBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DBEA; }

 p { color: rgb(200,219,234); }

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

background-color css

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

 a { background-color: rgb(200,219,234); }

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

border-color css

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

 span { border-color: rgb(200,219,234); }

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