Html Css Color HEX #C5DAED Pattens Blue

📋 copy color: '#C5DAED'

red 197 ◦ green 218 ◦ blue 237

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

Shades of Pattens Blue #C5DAED

Tints of Pattens Blue #C5DAED

RGB

 RED value IS 197 (77.34% from 255) = 30.21%

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

 BLUE value IS 237 (92.97% from 255) = 36.35%

R = 30.21%
G = 33.44%
B = 36.35%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C5DAED (or 0xC5DAED) is known color: Pattens Blue. HEX triplet: C5, DA and ED. RGB value is (197,218,237). Sum of RGB (Red+Green+Blue) = 197+218+237=652 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.21% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 237 (92.97% from 255 or 36.35% from 652); Max value from RGB is 237 - color contains mainly: blue. Hex color #C5DAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAED is #3A2512. Grayscale: #D5D5D5. Windows color (decimal): -3810579 or 15588037. OLE color: 15588037.

HSL color Cylindrical-coordinate representation of color #C5DAED: hue angle of 208.5º degrees, saturation: 0.53, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DAED is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 218 237 -
CMYK 0.17 0.08 0 0.07
HSL 208.5º 0.53% 0.85% -
HSV(B) 208.5º 0.17% 0.93% -
XYZ 63.38 68.13 89.93 -
YUV 213.89 141.04 115.96 -
System Red Green Blue C M Y K H S L
Decimal 197 218 237 0.17 0.08 0 0.07 208.5 0.53 0.85
Hex C5 DA ED 11 8 0 7 D0 35 55
Octal 305 332 355 21 10 0 7 320 65 125
Binary 11000101 11011010 11101101 10001 1000 0 111 11010000 110101 1010101

Color Harmonies of #C5DAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAED

Black with #C5DAED

Text Example


Text Example

White with #C5DAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAED; }

 p { color: rgb(197,218,237); }

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

background-color css

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

 a { background-color: rgb(197,218,237); }

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

border-color css

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

 span { border-color: rgb(197,218,237); }

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