Html Css Color HEX #5FACFF Maya Blue

📋 copy color: '#5FACFF'

red 95 ◦ green 172 ◦ blue 255

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

Shades of Maya Blue #5FACFF

Tints of Maya Blue #5FACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 32.95%

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

R = 18.2%
G = 32.95%
B = 48.85%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5FACFF (or 0x5FACFF) is known color: Maya Blue. HEX triplet: 5F, AC and FF. RGB value is (95,172,255). Sum of RGB (Red+Green+Blue) = 95+172+255=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 172 (67.58% from 255 or 32.95% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #5FACFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FACFF is #A05300. Grayscale: #9E9E9E. Windows color (decimal): -10507009 or 16755807. OLE color: 16755807.

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

Color convert

RGB 95 172 255 -
CMYK 0.63 0.33 0 0
HSL 211.13º 1% 0.69% -
HSV(B) 211.13º 0.63% 1% -
XYZ 37.52 39.16 100.19 -
YUV 158.44 182.49 82.75 -
System Red Green Blue C M Y K H S L
Decimal 95 172 255 0.63 0.33 0 0 211.13 1 0.69
Hex 5F AC FF 3F 21 0 0 D3 64 45
Octal 137 254 377 77 41 0 0 323 144 105
Binary 1011111 10101100 11111111 111111 100001 0 0 11010011 1100100 1000101

Color Harmonies of #5FACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FACFF

Black with #5FACFF

Text Example


Text Example

White with #5FACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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