Html Css Color HEX #C2EAF9 Onahau

📋 copy color: '#C2EAF9'

red 194 ◦ green 234 ◦ blue 249

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

Shades of Onahau #C2EAF9

Tints of Onahau #C2EAF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 36.78%

R = 28.66%
G = 34.56%
B = 36.78%

CMYK

 C value IS 0.22

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C2EAF9 (or 0xC2EAF9) is known color: Onahau. HEX triplet: C2, EA and F9. RGB value is (194,234,249). Sum of RGB (Red+Green+Blue) = 194+234+249=677 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.66% from 677); Green value is 234 (91.80% from 255 or 34.56% from 677); Blue value is 249 (97.66% from 255 or 36.78% from 677); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2EAF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EAF9 is #3D1506. Grayscale: #DFDFDF. Windows color (decimal): -4003079 or 16378562. OLE color: 16378562.

HSL color Cylindrical-coordinate representation of color #C2EAF9: hue angle of 196.36º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2EAF9 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 234 249 -
CMYK 0.22 0.06 0 0.02
HSL 196.36º 0.82% 0.87% -
HSV(B) 196.36º 0.22% 0.98% -
XYZ 68.77 77.15 100.89 -
YUV 223.75 142.25 106.78 -
System Red Green Blue C M Y K H S L
Decimal 194 234 249 0.22 0.06 0 0.02 196.36 0.82 0.87
Hex C2 EA F9 16 6 0 2 C4 52 57
Octal 302 352 371 26 6 0 2 304 122 127
Binary 11000010 11101010 11111001 10110 110 0 10 11000100 1010010 1010111

Color Harmonies of #C2EAF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EAF9

Black with #C2EAF9

Text Example


Text Example

White with #C2EAF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EAF9; }

 p { color: rgb(194,234,249); }

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

background-color css

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

 a { background-color: rgb(194,234,249); }

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

border-color css

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

 span { border-color: rgb(194,234,249); }

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