Html Css Color HEX #5FBBFF Maya Blue

📋 copy color: '#5FBBFF'

red 95 ◦ green 187 ◦ blue 255

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

Shades of Maya Blue #5FBBFF

Tints of Maya Blue #5FBBFF

RGB

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

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

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

R = 17.69%
G = 34.82%
B = 47.49%

CMYK

 C value IS 0.63

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FBBFF (or 0x5FBBFF) is known color: Maya Blue. HEX triplet: 5F, BB and FF. RGB value is (95,187,255). Sum of RGB (Red+Green+Blue) = 95+187+255=537 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.69% from 537); Green value is 187 (73.44% from 255 or 34.82% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FBBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBBFF is #A04400. Grayscale: #A6A6A6. Windows color (decimal): -10503169 or 16759647. OLE color: 16759647.

HSL color Cylindrical-coordinate representation of color #5FBBFF: hue angle of 205.5º 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 #5FBBFF is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 95 187 255 -
CMYK 0.63 0.27 0 0
HSL 205.5º 1% 0.69% -
HSV(B) 205.5º 0.63% 1% -
XYZ 40.54 45.19 101.19 -
YUV 167.24 177.52 76.47 -
System Red Green Blue C M Y K H S L
Decimal 95 187 255 0.63 0.27 0 0 205.5 1 0.69
Hex 5F BB FF 3F 1B 0 0 CE 64 45
Octal 137 273 377 77 33 0 0 316 144 105
Binary 1011111 10111011 11111111 111111 11011 0 0 11001110 1100100 1000101

Color Harmonies of #5FBBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBBFF

Black with #5FBBFF

Text Example


Text Example

White with #5FBBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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