Html Css Color HEX #C0ECFB Onahau

📋 copy color: '#C0ECFB'

red 192 ◦ green 236 ◦ blue 251

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

Shades of Onahau #C0ECFB

Tints of Onahau #C0ECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.76%

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

R = 28.28%
G = 34.76%
B = 36.97%

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

#C0ECFB (or 0xC0ECFB) is known color: Onahau. HEX triplet: C0, EC and FB. RGB value is (192,236,251). Sum of RGB (Red+Green+Blue) = 192+236+251=679 (89% of max value = 765). Red value is 192 (75.39% from 255 or 28.28% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 251 (98.44% from 255 or 36.97% from 679); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0ECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C0ECFB is #3F1304. Grayscale: #E0E0E0. Windows color (decimal): -4133637 or 16510144. OLE color: 16510144.

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

Color convert

RGB 192 236 251 -
CMYK 0.24 0.06 0 0.02
HSL 195.25º 0.88% 0.87% -
HSV(B) 195.25º 0.24% 0.98% -
XYZ 69.15 78.16 102.71 -
YUV 224.55 142.92 104.78 -
System Red Green Blue C M Y K H S L
Decimal 192 236 251 0.24 0.06 0 0.02 195.25 0.88 0.87
Hex C0 EC FB 18 6 0 2 C3 58 57
Octal 300 354 373 30 6 0 2 303 130 127
Binary 11000000 11101100 11111011 11000 110 0 10 11000011 1011000 1010111

Color Harmonies of #C0ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ECFB

Black with #C0ECFB

Text Example


Text Example

White with #C0ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ECFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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