Html Css Color HEX #5FC6FB Maya Blue

📋 copy color: '#5FC6FB'

red 95 ◦ green 198 ◦ blue 251

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

Shades of Maya Blue #5FC6FB

Tints of Maya Blue #5FC6FB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.4%

 BLUE value IS 251 (98.44% from 255) = 46.14%

R = 17.46%
G = 36.4%
B = 46.14%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FC6FB (or 0x5FC6FB) is known color: Maya Blue. HEX triplet: 5F, C6 and FB. RGB value is (95,198,251). Sum of RGB (Red+Green+Blue) = 95+198+251=544 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.46% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 251 (98.44% from 255 or 46.14% from 544); Max value from RGB is 251 - color contains mainly: blue. Hex color #5FC6FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC6FB is #A03904. Grayscale: #ACACAC. Windows color (decimal): -10500357 or 16500319. OLE color: 16500319.

HSL color Cylindrical-coordinate representation of color #5FC6FB: hue angle of 200.38º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FC6FB is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 198 251 -
CMYK 0.62 0.21 0 0.02
HSL 200.38º 0.95% 0.68% -
HSV(B) 200.38º 0.62% 0.98% -
XYZ 42.33 49.79 98.65 -
YUV 173.25 171.88 72.19 -
System Red Green Blue C M Y K H S L
Decimal 95 198 251 0.62 0.21 0 0.02 200.38 0.95 0.68
Hex 5F C6 FB 3E 15 0 2 C8 5F 44
Octal 137 306 373 76 25 0 2 310 137 104
Binary 1011111 11000110 11111011 111110 10101 0 10 11001000 1011111 1000100

Color Harmonies of #5FC6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC6FB

Black with #5FC6FB

Text Example


Text Example

White with #5FC6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,198,251); }

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

background-color css

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

 a { background-color: rgb(95,198,251); }

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

border-color css

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

 span { border-color: rgb(95,198,251); }

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