Html Css Color HEX #5FB6FF Maya Blue

📋 copy color: '#5FB6FF'

red 95 ◦ green 182 ◦ blue 255

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

Shades of Maya Blue #5FB6FF

Tints of Maya Blue #5FB6FF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.21%

 BLUE value IS 255 (100% from 255) = 47.93%

R = 17.86%
G = 34.21%
B = 47.93%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FB6FF (or 0x5FB6FF) is known color: Maya Blue. HEX triplet: 5F, B6 and FF. RGB value is (95,182,255). Sum of RGB (Red+Green+Blue) = 95+182+255=532 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.86% from 532); Green value is 182 (71.48% from 255 or 34.21% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FB6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FB6FF is #A04900. Grayscale: #A3A3A3. Windows color (decimal): -10504449 or 16758367. OLE color: 16758367.

HSL color Cylindrical-coordinate representation of color #5FB6FF: hue angle of 207.38º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FB6FF is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 95 182 255 -
CMYK 0.63 0.29 0 0
HSL 207.38º 1% 0.69% -
HSV(B) 207.38º 0.63% 1% -
XYZ 39.5 43.11 100.85 -
YUV 164.31 179.18 78.56 -
System Red Green Blue C M Y K H S L
Decimal 95 182 255 0.63 0.29 0 0 207.38 1 0.69
Hex 5F B6 FF 3F 1D 0 0 CF 64 45
Octal 137 266 377 77 35 0 0 317 144 105
Binary 1011111 10110110 11111111 111111 11101 0 0 11001111 1100100 1000101

Color Harmonies of #5FB6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB6FF

Black with #5FB6FF

Text Example


Text Example

White with #5FB6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,182,255); }

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

background-color css

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

 a { background-color: rgb(95,182,255); }

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

border-color css

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

 span { border-color: rgb(95,182,255); }

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