Html Css Color HEX #C2EBEF Onahau

📋 copy color: '#C2EBEF'

red 194 ◦ green 235 ◦ blue 239

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

Shades of Onahau #C2EBEF

Tints of Onahau #C2EBEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.78%

R = 29.04%
G = 35.18%
B = 35.78%

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

#C2EBEF (or 0xC2EBEF) is known color: Onahau. HEX triplet: C2, EB and EF. RGB value is (194,235,239). Sum of RGB (Red+Green+Blue) = 194+235+239=668 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.04% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 239 (93.75% from 255 or 35.78% from 668); Max value from RGB is 239 - color contains mainly: blue. Hex color #C2EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBEF is #3D1410. Grayscale: #DFDFDF. Windows color (decimal): -4002833 or 15723458. OLE color: 15723458.

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

Color convert

RGB 194 235 239 -
CMYK 0.19 0.02 0 0.06
HSL 185.33º 0.58% 0.85% -
HSV(B) 185.33º 0.19% 0.94% -
XYZ 67.54 77.12 92.99 -
YUV 223.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 194 235 239 0.19 0.02 0 0.06 185.33 0.58 0.85
Hex C2 EB EF 13 2 0 6 B9 3A 55
Octal 302 353 357 23 2 0 6 271 72 125
Binary 11000010 11101011 11101111 10011 10 0 110 10111001 111010 1010101

Color Harmonies of #C2EBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBEF

Black with #C2EBEF

Text Example


Text Example

White with #C2EBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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