Html Css Color HEX #5FC9FC Maya Blue

📋 copy color: '#5FC9FC'

red 95 ◦ green 201 ◦ blue 252

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

Shades of Maya Blue #5FC9FC

Tints of Maya Blue #5FC9FC

RGB

 RED value IS 95 (37.5% from 255) = 17.34%

 GREEN value IS 201 (78.91% from 255) = 36.68%

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

R = 17.34%
G = 36.68%
B = 45.99%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FC9FC (or 0x5FC9FC) is known color: Maya Blue. HEX triplet: 5F, C9 and FC. RGB value is (95,201,252). Sum of RGB (Red+Green+Blue) = 95+201+252=548 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.34% from 548); Green value is 201 (78.91% from 255 or 36.68% from 548); Blue value is 252 (98.83% from 255 or 45.99% from 548); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FC9FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC9FC is #A03603. Grayscale: #AEAEAE. Windows color (decimal): -10499588 or 16566623. OLE color: 16566623.

HSL color Cylindrical-coordinate representation of color #5FC9FC: hue angle of 199.49º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC9FC is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 201 252 -
CMYK 0.62 0.20 0 0.01
HSL 199.49º 0.96% 0.68% -
HSV(B) 199.49º 0.62% 0.99% -
XYZ 43.18 51.23 99.71 -
YUV 175.12 171.38 70.85 -
System Red Green Blue C M Y K H S L
Decimal 95 201 252 0.62 0.20 0 0.01 199.49 0.96 0.68
Hex 5F C9 FC 3E 14 0 1 C7 60 44
Octal 137 311 374 76 24 0 1 307 140 104
Binary 1011111 11001001 11111100 111110 10100 0 1 11000111 1100000 1000100

Color Harmonies of #5FC9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC9FC

Black with #5FC9FC

Text Example


Text Example

White with #5FC9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FC9FC; }

 p { color: rgb(95,201,252); }

 H1.HeaderClassName
 {
   color: #5FC9FC;
 }
 .AnyTagClassName
 {
   color: #5FC9FC;
 }
</style>

background-color css

<style>
 a { background-color: #5FC9FC; }

 a { background-color: rgb(95,201,252); }

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

border-color css

<style>
 span { border-color: #5FC9FC; }

 span { border-color: rgb(95,201,252); }

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