Html Css Color HEX #C8DAEB Pattens Blue

📋 copy color: '#C8DAEB'

red 200 ◦ green 218 ◦ blue 235

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

Shades of Pattens Blue #C8DAEB

Tints of Pattens Blue #C8DAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 35.99%

R = 30.63%
G = 33.38%
B = 35.99%

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

#C8DAEB (or 0xC8DAEB) is known color: Pattens Blue. HEX triplet: C8, DA and EB. RGB value is (200,218,235). Sum of RGB (Red+Green+Blue) = 200+218+235=653 (86% of max value = 765). Red value is 200 (78.52% from 255 or 30.63% from 653); Green value is 218 (85.55% from 255 or 33.38% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #C8DAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8DAEB is #372514. Grayscale: #D6D6D6. Windows color (decimal): -3613973 or 15456968. OLE color: 15456968.

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

Color convert

RGB 200 218 235 -
CMYK 0.15 0.07 0 0.08
HSL 209.14º 0.47% 0.85% -
HSV(B) 209.14º 0.15% 0.92% -
XYZ 63.89 68.42 88.44 -
YUV 214.56 139.54 117.62 -
System Red Green Blue C M Y K H S L
Decimal 200 218 235 0.15 0.07 0 0.08 209.14 0.47 0.85
Hex C8 DA EB F 7 0 8 D1 2F 55
Octal 310 332 353 17 7 0 10 321 57 125
Binary 11001000 11011010 11101011 1111 111 0 1000 11010001 101111 1010101

Color Harmonies of #C8DAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8DAEB

Black with #C8DAEB

Text Example


Text Example

White with #C8DAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8DAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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