Html Css Color HEX #73C2FE Maya Blue

📋 copy color: '#73C2FE'

red 115 ◦ green 194 ◦ blue 254

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

Shades of Maya Blue #73C2FE

Tints of Maya Blue #73C2FE

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.46%

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

R = 20.43%
G = 34.46%
B = 45.12%

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

#73C2FE (or 0x73C2FE) is known color: Maya Blue. HEX triplet: 73, C2 and FE. RGB value is (115,194,254). Sum of RGB (Red+Green+Blue) = 115+194+254=563 (74% of max value = 765). Red value is 115 (45.31% from 255 or 20.43% from 563); Green value is 194 (76.17% from 255 or 34.46% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #73C2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73C2FE is #8C3D01. Grayscale: #B0B0B0. Windows color (decimal): -9190658 or 16695923. OLE color: 16695923.

HSL color Cylindrical-coordinate representation of color #73C2FE: hue angle of 205.9º 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 #73C2FE is Cyan = 0.55, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 115 194 254 -
CMYK 0.55 0.24 0 0.00
HSL 205.9º 0.99% 0.72% -
HSV(B) 205.9º 0.55% 1% -
XYZ 44.25 49.38 100.97 -
YUV 177.22 171.33 83.62 -
System Red Green Blue C M Y K H S L
Decimal 115 194 254 0.55 0.24 0 0.00 205.9 0.99 0.72
Hex 73 C2 FE 37 18 0 0 CE 63 48
Octal 163 302 376 67 30 0 0 316 143 110
Binary 1110011 11000010 11111110 110111 11000 0 0 11001110 1100011 1001000

Color Harmonies of #73C2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73C2FE

Black with #73C2FE

Text Example


Text Example

White with #73C2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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