Html Css Color HEX #C5DAE1 Onahau

📋 copy color: '#C5DAE1'

red 197 ◦ green 218 ◦ blue 225

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

Shades of Onahau #C5DAE1

Tints of Onahau #C5DAE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.16%

R = 30.78%
G = 34.06%
B = 35.16%

CMYK

 C value IS 0.12

 M value IS 0.03

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C5DAE1 (or 0xC5DAE1) is known color: Onahau. HEX triplet: C5, DA and E1. RGB value is (197,218,225). Sum of RGB (Red+Green+Blue) = 197+218+225=640 (84% of max value = 765). Red value is 197 (77.34% from 255 or 30.78% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #C5DAE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DAE1 is #3A251E. Grayscale: #D4D4D4. Windows color (decimal): -3810591 or 14801605. OLE color: 14801605.

HSL color Cylindrical-coordinate representation of color #C5DAE1: hue angle of 195º degrees, saturation: 0.32, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5DAE1 is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 218 225 -
CMYK 0.12 0.03 0 0.12
HSL 195º 0.32% 0.83% -
HSV(B) 195º 0.12% 0.88% -
XYZ 61.69 67.45 81 -
YUV 212.52 135.04 116.93 -
System Red Green Blue C M Y K H S L
Decimal 197 218 225 0.12 0.03 0 0.12 195 0.32 0.83
Hex C5 DA E1 C 3 0 C C3 20 53
Octal 305 332 341 14 3 0 14 303 40 123
Binary 11000101 11011010 11100001 1100 11 0 1100 11000011 100000 1010011

Color Harmonies of #C5DAE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DAE1

Black with #C5DAE1

Text Example


Text Example

White with #C5DAE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DAE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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