Html Css Color HEX #C2EDF6 Onahau

📋 copy color: '#C2EDF6'

red 194 ◦ green 237 ◦ blue 246

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

Shades of Onahau #C2EDF6

Tints of Onahau #C2EDF6

RGB

 RED value IS 194 (76.17% from 255) = 28.66%

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

 BLUE value IS 246 (96.48% from 255) = 36.34%

R = 28.66%
G = 35.01%
B = 36.34%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2EDF6 (or 0xC2EDF6) is known color: Onahau. HEX triplet: C2, ED and F6. RGB value is (194,237,246). Sum of RGB (Red+Green+Blue) = 194+237+246=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 246 (96.48% from 255 or 36.34% from 677); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2EDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EDF6 is #3D1209. Grayscale: #E1E1E1. Windows color (decimal): -4002314 or 16182722. OLE color: 16182722.

HSL color Cylindrical-coordinate representation of color #C2EDF6: hue angle of 190.38º degrees, saturation: 0.74, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2EDF6 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 237 246 -
CMYK 0.21 0.04 0 0.04
HSL 190.38º 0.74% 0.86% -
HSV(B) 190.38º 0.21% 0.96% -
XYZ 69.17 78.69 98.73 -
YUV 225.17 139.75 105.77 -
System Red Green Blue C M Y K H S L
Decimal 194 237 246 0.21 0.04 0 0.04 190.38 0.74 0.86
Hex C2 ED F6 15 4 0 4 BE 4A 56
Octal 302 355 366 25 4 0 4 276 112 126
Binary 11000010 11101101 11110110 10101 100 0 100 10111110 1001010 1010110

Color Harmonies of #C2EDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EDF6

Black with #C2EDF6

Text Example


Text Example

White with #C2EDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EDF6; }

 p { color: rgb(194,237,246); }

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

background-color css

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

 a { background-color: rgb(194,237,246); }

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

border-color css

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

 span { border-color: rgb(194,237,246); }

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