Html Css Color HEX #C8DAEC Pattens Blue

📋 copy color: '#C8DAEC'

red 200 ◦ green 218 ◦ blue 236

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

Shades of Pattens Blue #C8DAEC

Tints of Pattens Blue #C8DAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 33.33%

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

R = 30.58%
G = 33.33%
B = 36.09%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C8DAEC (or 0xC8DAEC) is known color: Pattens Blue. HEX triplet: C8, DA and EC. RGB value is (200,218,236). Sum of RGB (Red+Green+Blue) = 200+218+236=654 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.58% from 654); Green value is 218 (85.55% from 255 or 33.33% from 654); Blue value is 236 (92.58% from 255 or 36.09% from 654); Max value from RGB is 236 - color contains mainly: blue. Hex color #C8DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAEC is #372513. Grayscale: #D6D6D6. Windows color (decimal): -3613972 or 15522504. OLE color: 15522504.

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

Color convert

RGB 200 218 236 -
CMYK 0.15 0.08 0 0.07
HSL 210º 0.49% 0.85% -
HSV(B) 210º 0.15% 0.93% -
XYZ 64.03 68.48 89.2 -
YUV 214.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 200 218 236 0.15 0.08 0 0.07 210 0.49 0.85
Hex C8 DA EC F 8 0 7 D2 31 55
Octal 310 332 354 17 10 0 7 322 61 125
Binary 11001000 11011010 11101100 1111 1000 0 111 11010010 110001 1010101

Color Harmonies of #C8DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAEC

Black with #C8DAEC

Text Example


Text Example

White with #C8DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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