Html Css Color HEX #C0EBFB Onahau

📋 copy color: '#C0EBFB'

red 192 ◦ green 235 ◦ blue 251

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

Shades of Onahau #C0EBFB

Tints of Onahau #C0EBFB

RGB

 RED value IS 192 (75.39% from 255) = 28.32%

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

 BLUE value IS 251 (98.44% from 255) = 37.02%

R = 28.32%
G = 34.66%
B = 37.02%

CMYK

 C value IS 0.24

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0EBFB (or 0xC0EBFB) is known color: Onahau. HEX triplet: C0, EB and FB. RGB value is (192,235,251). Sum of RGB (Red+Green+Blue) = 192+235+251=678 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.32% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 251 (98.44% from 255 or 37.02% from 678); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0EBFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0EBFB is #3F1404. Grayscale: #DFDFDF. Windows color (decimal): -4133893 or 16509888. OLE color: 16509888.

HSL color Cylindrical-coordinate representation of color #C0EBFB: hue angle of 196.27º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0EBFB is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 235 251 -
CMYK 0.24 0.06 0 0.02
HSL 196.27º 0.88% 0.87% -
HSV(B) 196.27º 0.24% 0.98% -
XYZ 68.86 77.59 102.61 -
YUV 223.97 143.25 105.2 -
System Red Green Blue C M Y K H S L
Decimal 192 235 251 0.24 0.06 0 0.02 196.27 0.88 0.87
Hex C0 EB FB 18 6 0 2 C4 58 57
Octal 300 353 373 30 6 0 2 304 130 127
Binary 11000000 11101011 11111011 11000 110 0 10 11000100 1011000 1010111

Color Harmonies of #C0EBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EBFB

Black with #C0EBFB

Text Example


Text Example

White with #C0EBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EBFB; }

 p { color: rgb(192,235,251); }

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

background-color css

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

 a { background-color: rgb(192,235,251); }

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

border-color css

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

 span { border-color: rgb(192,235,251); }

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