Html Css Color HEX #C5DAEC Pattens Blue

📋 copy color: '#C5DAEC'

red 197 ◦ green 218 ◦ blue 236

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

Shades of Pattens Blue #C5DAEC

Tints of Pattens Blue #C5DAEC

RGB

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

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

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

R = 30.26%
G = 33.49%
B = 36.25%

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

#C5DAEC (or 0xC5DAEC) is known color: Pattens Blue. HEX triplet: C5, DA and EC. RGB value is (197,218,236). Sum of RGB (Red+Green+Blue) = 197+218+236=651 (86% of max value = 765). Red value is 197 (77.34% from 255 or 30.26% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 236 (92.58% from 255 or 36.25% from 651); Max value from RGB is 236 - color contains mainly: blue. Hex color #C5DAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAEC is #3A2513. Grayscale: #D5D5D5. Windows color (decimal): -3810580 or 15522501. OLE color: 15522501.

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

Color convert

RGB 197 218 236 -
CMYK 0.17 0.08 0 0.07
HSL 207.69º 0.51% 0.85% -
HSV(B) 207.69º 0.17% 0.93% -
XYZ 63.24 68.07 89.16 -
YUV 213.77 140.54 116.04 -
System Red Green Blue C M Y K H S L
Decimal 197 218 236 0.17 0.08 0 0.07 207.69 0.51 0.85
Hex C5 DA EC 11 8 0 7 D0 33 55
Octal 305 332 354 21 10 0 7 320 63 125
Binary 11000101 11011010 11101100 10001 1000 0 111 11010000 110011 1010101

Color Harmonies of #C5DAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAEC

Black with #C5DAEC

Text Example


Text Example

White with #C5DAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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