Html Css Color HEX #5FCDFC Maya Blue

📋 copy color: '#5FCDFC'

red 95 ◦ green 205 ◦ blue 252

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

Shades of Maya Blue #5FCDFC

Tints of Maya Blue #5FCDFC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.14%

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

R = 17.21%
G = 37.14%
B = 45.65%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FCDFC (or 0x5FCDFC) is known color: Maya Blue. HEX triplet: 5F, CD and FC. RGB value is (95,205,252). Sum of RGB (Red+Green+Blue) = 95+205+252=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 205 (80.47% from 255 or 37.14% from 552); Blue value is 252 (98.83% from 255 or 45.65% from 552); Max value from RGB is 252 - color contains mainly: blue. Hex color #5FCDFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCDFC is #A03203. Grayscale: #B1B1B1. Windows color (decimal): -10498564 or 16567647. OLE color: 16567647.

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

Color convert

RGB 95 205 252 -
CMYK 0.62 0.19 0 0.01
HSL 197.96º 0.96% 0.68% -
HSV(B) 197.96º 0.62% 0.99% -
XYZ 44.12 53.12 100.02 -
YUV 177.47 170.06 69.18 -
System Red Green Blue C M Y K H S L
Decimal 95 205 252 0.62 0.19 0 0.01 197.96 0.96 0.68
Hex 5F CD FC 3E 13 0 1 C6 60 44
Octal 137 315 374 76 23 0 1 306 140 104
Binary 1011111 11001101 11111100 111110 10011 0 1 11000110 1100000 1000100

Color Harmonies of #5FCDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCDFC

Black with #5FCDFC

Text Example


Text Example

White with #5FCDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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