Html Css Color HEX #5FBCFF Maya Blue

📋 copy color: '#5FBCFF'

red 95 ◦ green 188 ◦ blue 255

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

Shades of Maya Blue #5FBCFF

Tints of Maya Blue #5FBCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 34.94%

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

R = 17.66%
G = 34.94%
B = 47.4%

CMYK

 C value IS 0.63

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FBCFF (or 0x5FBCFF) is known color: Maya Blue. HEX triplet: 5F, BC and FF. RGB value is (95,188,255). Sum of RGB (Red+Green+Blue) = 95+188+255=538 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.66% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FBCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCFF is #A04300. Grayscale: #A7A7A7. Windows color (decimal): -10502913 or 16759903. OLE color: 16759903.

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

Color convert

RGB 95 188 255 -
CMYK 0.63 0.26 0 0
HSL 205.13º 1% 0.69% -
HSV(B) 205.13º 0.63% 1% -
XYZ 40.75 45.62 101.27 -
YUV 167.83 177.19 76.05 -
System Red Green Blue C M Y K H S L
Decimal 95 188 255 0.63 0.26 0 0 205.13 1 0.69
Hex 5F BC FF 3F 1A 0 0 CD 64 45
Octal 137 274 377 77 32 0 0 315 144 105
Binary 1011111 10111100 11111111 111111 11010 0 0 11001101 1100100 1000101

Color Harmonies of #5FBCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCFF

Black with #5FBCFF

Text Example


Text Example

White with #5FBCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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