Html Css Color HEX #5FBBFE Maya Blue

📋 copy color: '#5FBBFE'

red 95 ◦ green 187 ◦ blue 254

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

Shades of Maya Blue #5FBBFE

Tints of Maya Blue #5FBBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 34.89%

 BLUE value IS 254 (99.61% from 255) = 47.39%

R = 17.72%
G = 34.89%
B = 47.39%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5FBBFE (or 0x5FBBFE) is known color: Maya Blue. HEX triplet: 5F, BB and FE. RGB value is (95,187,254). Sum of RGB (Red+Green+Blue) = 95+187+254=536 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.72% from 536); Green value is 187 (73.44% from 255 or 34.89% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #5FBBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBBFE is #A04401. Grayscale: #A6A6A6. Windows color (decimal): -10503170 or 16694111. OLE color: 16694111.

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

Color convert

RGB 95 187 254 -
CMYK 0.63 0.26 0 0.00
HSL 205.28º 0.99% 0.68% -
HSV(B) 205.28º 0.63% 1% -
XYZ 40.38 45.13 100.35 -
YUV 167.13 177.02 76.55 -
System Red Green Blue C M Y K H S L
Decimal 95 187 254 0.63 0.26 0 0.00 205.28 0.99 0.68
Hex 5F BB FE 3F 1A 0 0 CD 63 44
Octal 137 273 376 77 32 0 0 315 143 104
Binary 1011111 10111011 11111110 111111 11010 0 0 11001101 1100011 1000100

Color Harmonies of #5FBBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBBFE

Black with #5FBBFE

Text Example


Text Example

White with #5FBBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,187,254); }

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

background-color css

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

 a { background-color: rgb(95,187,254); }

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

border-color css

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

 span { border-color: rgb(95,187,254); }

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