Html Css Color HEX #5FCCFA Maya Blue

📋 copy color: '#5FCCFA'

red 95 ◦ green 204 ◦ blue 250

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

Shades of Maya Blue #5FCCFA

Tints of Maya Blue #5FCCFA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.16%

 BLUE value IS 250 (98.05% from 255) = 45.54%

R = 17.3%
G = 37.16%
B = 45.54%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5FCCFA (or 0x5FCCFA) is known color: Maya Blue. HEX triplet: 5F, CC and FA. RGB value is (95,204,250). Sum of RGB (Red+Green+Blue) = 95+204+250=549 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.30% from 549); Green value is 204 (80.08% from 255 or 37.16% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #5FCCFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCFA is #A03305. Grayscale: #B0B0B0. Windows color (decimal): -10498822 or 16436319. OLE color: 16436319.

HSL color Cylindrical-coordinate representation of color #5FCCFA: hue angle of 197.81º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FCCFA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 95 204 250 -
CMYK 0.62 0.18 0 0.02
HSL 197.81º 0.94% 0.68% -
HSV(B) 197.81º 0.62% 0.98% -
XYZ 43.57 52.52 98.28 -
YUV 176.65 169.39 69.76 -
System Red Green Blue C M Y K H S L
Decimal 95 204 250 0.62 0.18 0 0.02 197.81 0.94 0.68
Hex 5F CC FA 3E 12 0 2 C6 5E 44
Octal 137 314 372 76 22 0 2 306 136 104
Binary 1011111 11001100 11111010 111110 10010 0 10 11000110 1011110 1000100

Color Harmonies of #5FCCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCFA

Black with #5FCCFA

Text Example


Text Example

White with #5FCCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,204,250); }

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

background-color css

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

 a { background-color: rgb(95,204,250); }

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

border-color css

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

 span { border-color: rgb(95,204,250); }

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