Html Css Color HEX #C2EBF9 Onahau

📋 copy color: '#C2EBF9'

red 194 ◦ green 235 ◦ blue 249

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

Shades of Onahau #C2EBF9

Tints of Onahau #C2EBF9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.66%

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

R = 28.61%
G = 34.66%
B = 36.73%

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

#C2EBF9 (or 0xC2EBF9) is known color: Onahau. HEX triplet: C2, EB and F9. RGB value is (194,235,249). Sum of RGB (Red+Green+Blue) = 194+235+249=678 (89% of max value = 765). Red value is 194 (76.17% from 255 or 28.61% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 249 (97.66% from 255 or 36.73% from 678); Max value from RGB is 249 - color contains mainly: blue. Hex color #C2EBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBF9 is #3D1406. Grayscale: #E0E0E0. Windows color (decimal): -4002823 or 16378818. OLE color: 16378818.

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

Color convert

RGB 194 235 249 -
CMYK 0.22 0.06 0 0.02
HSL 195.27º 0.82% 0.87% -
HSV(B) 195.27º 0.22% 0.98% -
XYZ 69.06 77.73 100.99 -
YUV 224.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 194 235 249 0.22 0.06 0 0.02 195.27 0.82 0.87
Hex C2 EB F9 16 6 0 2 C3 52 57
Octal 302 353 371 26 6 0 2 303 122 127
Binary 11000010 11101011 11111001 10110 110 0 10 11000011 1010010 1010111

Color Harmonies of #C2EBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBF9

Black with #C2EBF9

Text Example


Text Example

White with #C2EBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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