Html Css Color HEX #C2EBF2 Onahau

📋 copy color: '#C2EBF2'

red 194 ◦ green 235 ◦ blue 242

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

Shades of Onahau #C2EBF2

Tints of Onahau #C2EBF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.07%

R = 28.91%
G = 35.02%
B = 36.07%

CMYK

 C value IS 0.20

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C2EBF2 (or 0xC2EBF2) is known color: Onahau. HEX triplet: C2, EB and F2. RGB value is (194,235,242). Sum of RGB (Red+Green+Blue) = 194+235+242=671 (88% of max value = 765). Red value is 194 (76.17% from 255 or 28.91% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 242 (94.92% from 255 or 36.07% from 671); Max value from RGB is 242 - color contains mainly: blue. Hex color #C2EBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBF2 is #3D140D. Grayscale: #DFDFDF. Windows color (decimal): -4002830 or 15920066. OLE color: 15920066.

HSL color Cylindrical-coordinate representation of color #C2EBF2: hue angle of 188.75º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C2EBF2 is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 235 242 -
CMYK 0.20 0.03 0 0.05
HSL 188.75º 0.65% 0.85% -
HSV(B) 188.75º 0.2% 0.95% -
XYZ 67.98 77.3 95.34 -
YUV 223.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 194 235 242 0.20 0.03 0 0.05 188.75 0.65 0.85
Hex C2 EB F2 14 3 0 5 BD 41 55
Octal 302 353 362 24 3 0 5 275 101 125
Binary 11000010 11101011 11110010 10100 11 0 101 10111101 1000001 1010101

Color Harmonies of #C2EBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBF2

Black with #C2EBF2

Text Example


Text Example

White with #C2EBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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