Html Css Color HEX #5FB2FC Maya Blue

📋 copy color: '#5FB2FC'

red 95 ◦ green 178 ◦ blue 252

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

Shades of Maya Blue #5FB2FC

Tints of Maya Blue #5FB2FC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.9%

 BLUE value IS 252 (98.83% from 255) = 48%

R = 18.1%
G = 33.9%
B = 48%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FB2FC (or 0x5FB2FC) is known color: Maya Blue. HEX triplet: 5F, B2 and FC. RGB value is (95,178,252). Sum of RGB (Red+Green+Blue) = 95+178+252=525 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.10% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 252 (98.83% from 255 or 48% from 525); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FB2FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5FB2FC is #A04D03. Grayscale: #A1A1A1. Windows color (decimal): -10505476 or 16560735. OLE color: 16560735.

HSL color Cylindrical-coordinate representation of color #5FB2FC: hue angle of 208.28º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FB2FC is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 178 252 -
CMYK 0.62 0.29 0 0.01
HSL 208.28º 0.96% 0.68% -
HSV(B) 208.28º 0.62% 0.99% -
XYZ 38.21 41.3 98.05 -
YUV 161.62 179 80.48 -
System Red Green Blue C M Y K H S L
Decimal 95 178 252 0.62 0.29 0 0.01 208.28 0.96 0.68
Hex 5F B2 FC 3E 1D 0 1 D0 60 44
Octal 137 262 374 76 35 0 1 320 140 104
Binary 1011111 10110010 11111100 111110 11101 0 1 11010000 1100000 1000100

Color Harmonies of #5FB2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FB2FC

Black with #5FB2FC

Text Example


Text Example

White with #5FB2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,178,252); }

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

background-color css

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

 a { background-color: rgb(95,178,252); }

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

border-color css

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

 span { border-color: rgb(95,178,252); }

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