Html Css Color HEX #73C0FE Maya Blue

📋 copy color: '#73C0FE'

red 115 ◦ green 192 ◦ blue 254

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

Shades of Maya Blue #73C0FE

Tints of Maya Blue #73C0FE

RGB

 RED value IS 115 (45.31% from 255) = 20.5%

 GREEN value IS 192 (75.39% from 255) = 34.22%

 BLUE value IS 254 (99.61% from 255) = 45.28%

R = 20.5%
G = 34.22%
B = 45.28%

CMYK

 C value IS 0.55

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#73C0FE (or 0x73C0FE) is known color: Maya Blue. HEX triplet: 73, C0 and FE. RGB value is (115,192,254). Sum of RGB (Red+Green+Blue) = 115+192+254=561 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.50% from 561); Green value is 192 (75.39% from 255 or 34.22% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #73C0FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C0FE is #8C3F01. Grayscale: #AFAFAF. Windows color (decimal): -9191170 or 16695411. OLE color: 16695411.

HSL color Cylindrical-coordinate representation of color #73C0FE: hue angle of 206.76º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73C0FE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 192 254 -
CMYK 0.55 0.24 0 0.00
HSL 206.76º 0.99% 0.72% -
HSV(B) 206.76º 0.55% 1% -
XYZ 43.81 48.5 100.82 -
YUV 176.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 115 192 254 0.55 0.24 0 0.00 206.76 0.99 0.72
Hex 73 C0 FE 37 18 0 0 CF 63 48
Octal 163 300 376 67 30 0 0 317 143 110
Binary 1110011 11000000 11111110 110111 11000 0 0 11001111 1100011 1001000

Color Harmonies of #73C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C0FE

Black with #73C0FE

Text Example


Text Example

White with #73C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73C0FE; }

 p { color: rgb(115,192,254); }

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

background-color css

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

 a { background-color: rgb(115,192,254); }

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

border-color css

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

 span { border-color: rgb(115,192,254); }

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