Html Css Color HEX #73CBFC Maya Blue

📋 copy color: '#73CBFC'

red 115 ◦ green 203 ◦ blue 252

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

Shades of Maya Blue #73CBFC

Tints of Maya Blue #73CBFC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.61%

 BLUE value IS 252 (98.83% from 255) = 44.21%

R = 20.18%
G = 35.61%
B = 44.21%

CMYK

 C value IS 0.54

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#73CBFC (or 0x73CBFC) is known color: Maya Blue. HEX triplet: 73, CB and FC. RGB value is (115,203,252). Sum of RGB (Red+Green+Blue) = 115+203+252=570 (75% of max value = 765). Red value is 115 (45.31% from 255 or 20.18% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 252 (98.83% from 255 or 44.21% from 570); Max value from RGB is 252 - color contains mainly: blue. Hex color #73CBFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #73CBFC is #8C3403. Grayscale: #B5B5B5. Windows color (decimal): -9188356 or 16567155. OLE color: 16567155.

HSL color Cylindrical-coordinate representation of color #73CBFC: hue angle of 201.46º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #73CBFC is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 115 203 252 -
CMYK 0.54 0.19 0 0.01
HSL 201.46º 0.96% 0.72% -
HSV(B) 201.46º 0.54% 0.99% -
XYZ 46 53.38 99.98 -
YUV 182.27 167.35 80.02 -
System Red Green Blue C M Y K H S L
Decimal 115 203 252 0.54 0.19 0 0.01 201.46 0.96 0.72
Hex 73 CB FC 36 13 0 1 C9 60 48
Octal 163 313 374 66 23 0 1 311 140 110
Binary 1110011 11001011 11111100 110110 10011 0 1 11001001 1100000 1001000

Color Harmonies of #73CBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBFC

Black with #73CBFC

Text Example


Text Example

White with #73CBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,203,252); }

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

background-color css

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

 a { background-color: rgb(115,203,252); }

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

border-color css

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

 span { border-color: rgb(115,203,252); }

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