Html Css Color HEX #5FC6F3 Maya Blue

📋 copy color: '#5FC6F3'

red 95 ◦ green 198 ◦ blue 243

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

Shades of Maya Blue #5FC6F3

Tints of Maya Blue #5FC6F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 45.34%

R = 17.72%
G = 36.94%
B = 45.34%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#5FC6F3 (or 0x5FC6F3) is known color: Maya Blue. HEX triplet: 5F, C6 and F3. RGB value is (95,198,243). Sum of RGB (Red+Green+Blue) = 95+198+243=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 198 (77.73% from 255 or 36.94% from 536); Blue value is 243 (95.31% from 255 or 45.34% from 536); Max value from RGB is 243 - color contains mainly: blue. Hex color #5FC6F3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FC6F3 is #A0390C. Grayscale: #ACACAC. Windows color (decimal): -10500365 or 15976031. OLE color: 15976031.

HSL color Cylindrical-coordinate representation of color #5FC6F3: hue angle of 198.24º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5FC6F3 is Cyan = 0.61, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 95 198 243 -
CMYK 0.61 0.19 0 0.05
HSL 198.24º 0.86% 0.66% -
HSV(B) 198.24º 0.61% 0.95% -
XYZ 41.09 49.29 92.14 -
YUV 172.33 167.88 72.84 -
System Red Green Blue C M Y K H S L
Decimal 95 198 243 0.61 0.19 0 0.05 198.24 0.86 0.66
Hex 5F C6 F3 3D 13 0 5 C6 56 42
Octal 137 306 363 75 23 0 5 306 126 102
Binary 1011111 11000110 11110011 111101 10011 0 101 11000110 1010110 1000010

Color Harmonies of #5FC6F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FC6F3

Black with #5FC6F3

Text Example


Text Example

White with #5FC6F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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