Html Css Color HEX #C5DCE2 Onahau

📋 copy color: '#C5DCE2'

red 197 ◦ green 220 ◦ blue 226

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

Shades of Onahau #C5DCE2

Tints of Onahau #C5DCE2

RGB

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

 GREEN value IS 220 (86.33% from 255) = 34.21%

 BLUE value IS 226 (88.67% from 255) = 35.15%

R = 30.64%
G = 34.21%
B = 35.15%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#C5DCE2 (or 0xC5DCE2) is known color: Onahau. HEX triplet: C5, DC and E2. RGB value is (197,220,226). Sum of RGB (Red+Green+Blue) = 197+220+226=643 (85% of max value = 765). Red value is 197 (77.34% from 255 or 30.64% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 226 (88.67% from 255 or 35.15% from 643); Max value from RGB is 226 - color contains mainly: blue. Hex color #C5DCE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCE2 is #3A231D. Grayscale: #D5D5D5. Windows color (decimal): -3810078 or 14867653. OLE color: 14867653.

HSL color Cylindrical-coordinate representation of color #C5DCE2: hue angle of 192.41º degrees, saturation: 0.33, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5DCE2 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 197 220 226 -
CMYK 0.13 0.03 0 0.11
HSL 192.41º 0.33% 0.83% -
HSV(B) 192.41º 0.13% 0.89% -
XYZ 62.35 68.55 81.9 -
YUV 213.81 134.88 116.01 -
System Red Green Blue C M Y K H S L
Decimal 197 220 226 0.13 0.03 0 0.11 192.41 0.33 0.83
Hex C5 DC E2 D 3 0 B C0 21 53
Octal 305 334 342 15 3 0 13 300 41 123
Binary 11000101 11011100 11100010 1101 11 0 1011 11000000 100001 1010011

Color Harmonies of #C5DCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DCE2

Black with #C5DCE2

Text Example


Text Example

White with #C5DCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DCE2; }

 p { color: rgb(197,220,226); }

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

background-color css

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

 a { background-color: rgb(197,220,226); }

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

border-color css

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

 span { border-color: rgb(197,220,226); }

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