Html Css Color HEX #C2ECFA Onahau

📋 copy color: '#C2ECFA'

red 194 ◦ green 236 ◦ blue 250

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

Shades of Onahau #C2ECFA

Tints of Onahau #C2ECFA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.71%

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 28.53%
G = 34.71%
B = 36.76%

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

#C2ECFA (or 0xC2ECFA) is known color: Onahau. HEX triplet: C2, EC and FA. RGB value is (194,236,250). Sum of RGB (Red+Green+Blue) = 194+236+250=680 (90% of max value = 765). Red value is 194 (76.17% from 255 or 28.53% from 680); Green value is 236 (92.58% from 255 or 34.71% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #C2ECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2ECFA is #3D1305. Grayscale: #E0E0E0. Windows color (decimal): -4002566 or 16444610. OLE color: 16444610.

HSL color Cylindrical-coordinate representation of color #C2ECFA: hue angle of 195º degrees, saturation: 0.85, 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 #C2ECFA is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 236 250 -
CMYK 0.22 0.06 0 0.02
HSL 195º 0.85% 0.87% -
HSV(B) 195º 0.22% 0.98% -
XYZ 69.5 78.36 101.9 -
YUV 225.04 142.09 105.86 -
System Red Green Blue C M Y K H S L
Decimal 194 236 250 0.22 0.06 0 0.02 195 0.85 0.87
Hex C2 EC FA 16 6 0 2 C3 55 57
Octal 302 354 372 26 6 0 2 303 125 127
Binary 11000010 11101100 11111010 10110 110 0 10 11000011 1010101 1010111

Color Harmonies of #C2ECFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ECFA

Black with #C2ECFA

Text Example


Text Example

White with #C2ECFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ECFA; }

 p { color: rgb(194,236,250); }

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

background-color css

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

 a { background-color: rgb(194,236,250); }

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

border-color css

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

 span { border-color: rgb(194,236,250); }

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