Html Css Color HEX #C8DFEA Pattens Blue

📋 copy color: '#C8DFEA'

red 200 ◦ green 223 ◦ blue 234

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

Shades of Pattens Blue #C8DFEA

Tints of Pattens Blue #C8DFEA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.94%

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

R = 30.44%
G = 33.94%
B = 35.62%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8DFEA (or 0xC8DFEA) is known color: Pattens Blue. HEX triplet: C8, DF and EA. RGB value is (200,223,234). Sum of RGB (Red+Green+Blue) = 200+223+234=657 (87% of max value = 765). Red value is 200 (78.52% from 255 or 30.44% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 234 (91.80% from 255 or 35.62% from 657); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DFEA is #372015. Grayscale: #D9D9D9. Windows color (decimal): -3612694 or 15392712. OLE color: 15392712.

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

Color convert

RGB 200 223 234 -
CMYK 0.15 0.05 0 0.08
HSL 199.41º 0.45% 0.85% -
HSV(B) 199.41º 0.15% 0.92% -
XYZ 65.06 71 88.12 -
YUV 217.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 200 223 234 0.15 0.05 0 0.08 199.41 0.45 0.85
Hex C8 DF EA F 5 0 8 C7 2D 55
Octal 310 337 352 17 5 0 10 307 55 125
Binary 11001000 11011111 11101010 1111 101 0 1000 11000111 101101 1010101

Color Harmonies of #C8DFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DFEA

Black with #C8DFEA

Text Example


Text Example

White with #C8DFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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