Html Css Color HEX #C5EAF2 Onahau

📋 copy color: '#C5EAF2'

red 197 ◦ green 234 ◦ blue 242

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

Shades of Onahau #C5EAF2

Tints of Onahau #C5EAF2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.77%

 BLUE value IS 242 (94.92% from 255) = 35.96%

R = 29.27%
G = 34.77%
B = 35.96%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C5EAF2 (or 0xC5EAF2) is known color: Onahau. HEX triplet: C5, EA and F2. RGB value is (197,234,242). Sum of RGB (Red+Green+Blue) = 197+234+242=673 (89% of max value = 765). Red value is 197 (77.34% from 255 or 29.27% from 673); Green value is 234 (91.80% from 255 or 34.77% from 673); Blue value is 242 (94.92% from 255 or 35.96% from 673); Max value from RGB is 242 - color contains mainly: blue. Hex color #C5EAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C5EAF2 is #3A150D. Grayscale: #DFDFDF. Windows color (decimal): -3806478 or 15919813. OLE color: 15919813.

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

Color convert

RGB 197 234 242 -
CMYK 0.19 0.03 0 0.05
HSL 190.67º 0.63% 0.86% -
HSV(B) 190.67º 0.19% 0.95% -
XYZ 68.48 77.13 95.28 -
YUV 223.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 197 234 242 0.19 0.03 0 0.05 190.67 0.63 0.86
Hex C5 EA F2 13 3 0 5 BF 3F 56
Octal 305 352 362 23 3 0 5 277 77 126
Binary 11000101 11101010 11110010 10011 11 0 101 10111111 111111 1010110

Color Harmonies of #C5EAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EAF2

Black with #C5EAF2

Text Example


Text Example

White with #C5EAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EAF2; }

 p { color: rgb(197,234,242); }

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

background-color css

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

 a { background-color: rgb(197,234,242); }

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

border-color css

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

 span { border-color: rgb(197,234,242); }

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