Html Css Color HEX #C2EBF0 Onahau

📋 copy color: '#C2EBF0'

red 194 ◦ green 235 ◦ blue 240

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

Shades of Onahau #C2EBF0

Tints of Onahau #C2EBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 35.87%

R = 29%
G = 35.13%
B = 35.87%

CMYK

 C value IS 0.19

 M value IS 0.02

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C2EBF0 (or 0xC2EBF0) is known color: Onahau. HEX triplet: C2, EB and F0. RGB value is (194,235,240). Sum of RGB (Red+Green+Blue) = 194+235+240=669 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.00% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 240 (94.14% from 255 or 35.87% from 669); Max value from RGB is 240 - color contains mainly: blue. Hex color #C2EBF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBF0 is #3D140F. Grayscale: #DFDFDF. Windows color (decimal): -4002832 or 15788994. OLE color: 15788994.

HSL color Cylindrical-coordinate representation of color #C2EBF0: hue angle of 186.52º degrees, saturation: 0.61, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2EBF0 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 235 240 -
CMYK 0.19 0.02 0 0.06
HSL 186.52º 0.61% 0.85% -
HSV(B) 186.52º 0.19% 0.94% -
XYZ 67.68 77.18 93.77 -
YUV 223.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 194 235 240 0.19 0.02 0 0.06 186.52 0.61 0.85
Hex C2 EB F0 13 2 0 6 BB 3D 55
Octal 302 353 360 23 2 0 6 273 75 125
Binary 11000010 11101011 11110000 10011 10 0 110 10111011 111101 1010101

Color Harmonies of #C2EBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBF0

Black with #C2EBF0

Text Example


Text Example

White with #C2EBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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