Html Css Color HEX #73CDFE Maya Blue

📋 copy color: '#73CDFE'

red 115 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #73CDFE

Tints of Maya Blue #73CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.71%

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

R = 20.03%
G = 35.71%
B = 44.25%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#73CDFE (or 0x73CDFE) is known color: Maya Blue. HEX triplet: 73, CD and FE. RGB value is (115,205,254). Sum of RGB (Red+Green+Blue) = 115+205+254=574 (76% of max value = 765). Red value is 115 (45.31% from 255 or 20.03% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #73CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CDFE is #8C3201. Grayscale: #B7B7B7. Windows color (decimal): -9187842 or 16698739. OLE color: 16698739.

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

Color convert

RGB 115 205 254 -
CMYK 0.55 0.19 0 0.00
HSL 201.15º 0.99% 0.72% -
HSV(B) 201.15º 0.55% 1% -
XYZ 46.79 54.46 101.81 -
YUV 183.68 167.68 79.02 -
System Red Green Blue C M Y K H S L
Decimal 115 205 254 0.55 0.19 0 0.00 201.15 0.99 0.72
Hex 73 CD FE 37 13 0 0 C9 63 48
Octal 163 315 376 67 23 0 0 311 143 110
Binary 1110011 11001101 11111110 110111 10011 0 0 11001001 1100011 1001000

Color Harmonies of #73CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CDFE

Black with #73CDFE

Text Example


Text Example

White with #73CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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