Html Css Color HEX #C2EBED Onahau

📋 copy color: '#C2EBED'

red 194 ◦ green 235 ◦ blue 237

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

Shades of Onahau #C2EBED

Tints of Onahau #C2EBED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.59%

R = 29.13%
G = 35.29%
B = 35.59%

CMYK

 C value IS 0.18

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C2EBED (or 0xC2EBED) is known color: Onahau. HEX triplet: C2, EB and ED. RGB value is (194,235,237). Sum of RGB (Red+Green+Blue) = 194+235+237=666 (88% of max value = 765). Red value is 194 (76.17% from 255 or 29.13% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #C2EBED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C2EBED is #3D1412. Grayscale: #DEDEDE. Windows color (decimal): -4002835 or 15592386. OLE color: 15592386.

HSL color Cylindrical-coordinate representation of color #C2EBED: hue angle of 182.79º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C2EBED is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 235 237 -
CMYK 0.18 0.01 0 0.07
HSL 182.79º 0.54% 0.85% -
HSV(B) 182.79º 0.18% 0.93% -
XYZ 67.24 77 91.44 -
YUV 222.97 135.92 107.34 -
System Red Green Blue C M Y K H S L
Decimal 194 235 237 0.18 0.01 0 0.07 182.79 0.54 0.85
Hex C2 EB ED 12 1 0 7 B7 36 55
Octal 302 353 355 22 1 0 7 267 66 125
Binary 11000010 11101011 11101101 10010 1 0 111 10110111 110110 1010101

Color Harmonies of #C2EBED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EBED

Black with #C2EBED

Text Example


Text Example

White with #C2EBED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EBED; }

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

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

background-color css

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

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

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

border-color css

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

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

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