Html Css Color HEX #C5EDF1 Onahau

📋 copy color: '#C5EDF1'

red 197 ◦ green 237 ◦ blue 241

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

Shades of Onahau #C5EDF1

Tints of Onahau #C5EDF1

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.11%

 BLUE value IS 241 (94.53% from 255) = 35.7%

R = 29.19%
G = 35.11%
B = 35.7%

CMYK

 C value IS 0.18

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5EDF1 (or 0xC5EDF1) is known color: Onahau. HEX triplet: C5, ED and F1. RGB value is (197,237,241). Sum of RGB (Red+Green+Blue) = 197+237+241=675 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.19% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 241 (94.53% from 255 or 35.70% from 675); Max value from RGB is 241 - color contains mainly: blue. Hex color #C5EDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EDF1 is #3A120E. Grayscale: #E1E1E1. Windows color (decimal): -3805711 or 15855045. OLE color: 15855045.

HSL color Cylindrical-coordinate representation of color #C5EDF1: hue angle of 185.45º degrees, saturation: 0.61, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5EDF1 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 237 241 -
CMYK 0.18 0.02 0 0.05
HSL 185.45º 0.61% 0.86% -
HSV(B) 185.45º 0.18% 0.95% -
XYZ 69.19 78.79 94.78 -
YUV 225.5 136.75 107.67 -
System Red Green Blue C M Y K H S L
Decimal 197 237 241 0.18 0.02 0 0.05 185.45 0.61 0.86
Hex C5 ED F1 12 2 0 5 B9 3D 56
Octal 305 355 361 22 2 0 5 271 75 126
Binary 11000101 11101101 11110001 10010 10 0 101 10111001 111101 1010110

Color Harmonies of #C5EDF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EDF1

Black with #C5EDF1

Text Example


Text Example

White with #C5EDF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EDF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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