Html Css Color HEX #5FCCFD Maya Blue

📋 copy color: '#5FCCFD'

red 95 ◦ green 204 ◦ blue 253

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

Shades of Maya Blue #5FCCFD

Tints of Maya Blue #5FCCFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.83%

R = 17.21%
G = 36.96%
B = 45.83%

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

#5FCCFD (or 0x5FCCFD) is known color: Maya Blue. HEX triplet: 5F, CC and FD. RGB value is (95,204,253). Sum of RGB (Red+Green+Blue) = 95+204+253=552 (73% of max value = 765). Red value is 95 (37.5% from 255 or 17.21% from 552); Green value is 204 (80.08% from 255 or 36.96% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FCCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCCFD is #A03302. Grayscale: #B0B0B0. Windows color (decimal): -10498819 or 16632927. OLE color: 16632927.

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

Color convert

RGB 95 204 253 -
CMYK 0.62 0.19 0 0.01
HSL 198.61º 0.98% 0.68% -
HSV(B) 198.61º 0.62% 0.99% -
XYZ 44.04 52.71 100.78 -
YUV 177 170.89 69.52 -
System Red Green Blue C M Y K H S L
Decimal 95 204 253 0.62 0.19 0 0.01 198.61 0.98 0.68
Hex 5F CC FD 3E 13 0 1 C7 62 44
Octal 137 314 375 76 23 0 1 307 142 104
Binary 1011111 11001100 11111101 111110 10011 0 1 11000111 1100010 1000100

Color Harmonies of #5FCCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCCFD

Black with #5FCCFD

Text Example


Text Example

White with #5FCCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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