Html Css Color HEX #5FBCFC Maya Blue

📋 copy color: '#5FBCFC'

red 95 ◦ green 188 ◦ blue 252

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

Shades of Maya Blue #5FBCFC

Tints of Maya Blue #5FBCFC

RGB

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

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

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

R = 17.76%
G = 35.14%
B = 47.1%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FBCFC (or 0x5FBCFC) is known color: Maya Blue. HEX triplet: 5F, BC and FC. RGB value is (95,188,252). Sum of RGB (Red+Green+Blue) = 95+188+252=535 (70% of max value = 765). Red value is 95 (37.5% from 255 or 17.76% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FBCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FBCFC is #A04303. Grayscale: #A7A7A7. Windows color (decimal): -10502916 or 16563295. OLE color: 16563295.

HSL color Cylindrical-coordinate representation of color #5FBCFC: hue angle of 204.46º 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 #5FBCFC is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 95 188 252 -
CMYK 0.62 0.25 0 0.01
HSL 204.46º 0.96% 0.68% -
HSV(B) 204.46º 0.62% 0.99% -
XYZ 40.27 45.43 98.74 -
YUV 167.49 175.69 76.3 -
System Red Green Blue C M Y K H S L
Decimal 95 188 252 0.62 0.25 0 0.01 204.46 0.96 0.68
Hex 5F BC FC 3E 19 0 1 CC 60 44
Octal 137 274 374 76 31 0 1 314 140 104
Binary 1011111 10111100 11111100 111110 11001 0 1 11001100 1100000 1000100

Color Harmonies of #5FBCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FBCFC

Black with #5FBCFC

Text Example


Text Example

White with #5FBCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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