Html Css Color HEX #C5DAE9 Pattens Blue

📋 copy color: '#C5DAE9'

red 197 ◦ green 218 ◦ blue 233

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

Shades of Pattens Blue #C5DAE9

Tints of Pattens Blue #C5DAE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 35.96%

R = 30.4%
G = 33.64%
B = 35.96%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C5DAE9 (or 0xC5DAE9) is known color: Pattens Blue. HEX triplet: C5, DA and E9. RGB value is (197,218,233). Sum of RGB (Red+Green+Blue) = 197+218+233=648 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.40% from 648); Green value is 218 (85.55% from 255 or 33.64% from 648); Blue value is 233 (91.41% from 255 or 35.96% from 648); Max value from RGB is 233 - color contains mainly: blue. Hex color #C5DAE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C5DAE9 is #3A2516. Grayscale: #D5D5D5. Windows color (decimal): -3810583 or 15325893. OLE color: 15325893.

HSL color Cylindrical-coordinate representation of color #C5DAE9: hue angle of 205º degrees, saturation: 0.45, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5DAE9 is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 197 218 233 -
CMYK 0.15 0.06 0 0.09
HSL 205º 0.45% 0.84% -
HSV(B) 205º 0.15% 0.91% -
XYZ 62.81 67.9 86.89 -
YUV 213.43 139.04 116.28 -
System Red Green Blue C M Y K H S L
Decimal 197 218 233 0.15 0.06 0 0.09 205 0.45 0.84
Hex C5 DA E9 F 6 0 9 CD 2D 54
Octal 305 332 351 17 6 0 11 315 55 124
Binary 11000101 11011010 11101001 1111 110 0 1001 11001101 101101 1010100

Color Harmonies of #C5DAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAE9

Black with #C5DAE9

Text Example


Text Example

White with #C5DAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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