Html Css Color HEX #C8DAEA Pattens Blue

📋 copy color: '#C8DAEA'

red 200 ◦ green 218 ◦ blue 234

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

Shades of Pattens Blue #C8DAEA

Tints of Pattens Blue #C8DAEA

RGB

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

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

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

R = 30.67%
G = 33.44%
B = 35.89%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C8DAEA (or 0xC8DAEA) is known color: Pattens Blue. HEX triplet: C8, DA and EA. RGB value is (200,218,234). Sum of RGB (Red+Green+Blue) = 200+218+234=652 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.67% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 234 (91.80% from 255 or 35.89% from 652); Max value from RGB is 234 - color contains mainly: blue. Hex color #C8DAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAEA is #372515. Grayscale: #D6D6D6. Windows color (decimal): -3613974 or 15391432. OLE color: 15391432.

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

Color convert

RGB 200 218 234 -
CMYK 0.15 0.07 0 0.08
HSL 208.24º 0.45% 0.85% -
HSV(B) 208.24º 0.15% 0.92% -
XYZ 63.74 68.36 87.68 -
YUV 214.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 200 218 234 0.15 0.07 0 0.08 208.24 0.45 0.85
Hex C8 DA EA F 7 0 8 D0 2D 55
Octal 310 332 352 17 7 0 10 320 55 125
Binary 11001000 11011010 11101010 1111 111 0 1000 11010000 101101 1010101

Color Harmonies of #C8DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAEA

Black with #C8DAEA

Text Example


Text Example

White with #C8DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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