Html Css Color HEX #73CFFA Maya Blue

📋 copy color: '#73CFFA'

red 115 ◦ green 207 ◦ blue 250

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

Shades of Maya Blue #73CFFA

Tints of Maya Blue #73CFFA

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.19%

 BLUE value IS 250 (98.05% from 255) = 43.71%

R = 20.1%
G = 36.19%
B = 43.71%

CMYK

 C value IS 0.54

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#73CFFA (or 0x73CFFA) is known color: Maya Blue. HEX triplet: 73, CF and FA. RGB value is (115,207,250). Sum of RGB (Red+Green+Blue) = 115+207+250=572 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.10% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #73CFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CFFA is #8C3005. Grayscale: #B8B8B8. Windows color (decimal): -9187334 or 16437107. OLE color: 16437107.

HSL color Cylindrical-coordinate representation of color #73CFFA: hue angle of 199.11º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73CFFA is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 207 250 -
CMYK 0.54 0.17 0 0.02
HSL 199.11º 0.93% 0.72% -
HSV(B) 199.11º 0.54% 0.98% -
XYZ 46.64 55.17 98.63 -
YUV 184.39 165.02 78.5 -
System Red Green Blue C M Y K H S L
Decimal 115 207 250 0.54 0.17 0 0.02 199.11 0.93 0.72
Hex 73 CF FA 36 11 0 2 C7 5D 48
Octal 163 317 372 66 21 0 2 307 135 110
Binary 1110011 11001111 11111010 110110 10001 0 10 11000111 1011101 1001000

Color Harmonies of #73CFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CFFA

Black with #73CFFA

Text Example


Text Example

White with #73CFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,207,250); }

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

background-color css

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

 a { background-color: rgb(115,207,250); }

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

border-color css

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

 span { border-color: rgb(115,207,250); }

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