Html Css Color HEX #5FCAFD Maya Blue

📋 copy color: '#5FCAFD'

red 95 ◦ green 202 ◦ blue 253

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

Shades of Maya Blue #5FCAFD

Tints of Maya Blue #5FCAFD

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.73%

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

R = 17.27%
G = 36.73%
B = 46%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5FCAFD (or 0x5FCAFD) is known color: Maya Blue. HEX triplet: 5F, CA and FD. RGB value is (95,202,253). Sum of RGB (Red+Green+Blue) = 95+202+253=550 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.27% from 550); Green value is 202 (79.30% from 255 or 36.73% from 550); Blue value is 253 (99.22% from 255 or 46% from 550); Max value from RGB is 253 - color contains mainly: blue. Hex color #5FCAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5FCAFD is #A03502. Grayscale: #AFAFAF. Windows color (decimal): -10499331 or 16632415. OLE color: 16632415.

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

Color convert

RGB 95 202 253 -
CMYK 0.62 0.20 0 0.01
HSL 199.37º 0.98% 0.68% -
HSV(B) 199.37º 0.62% 0.99% -
XYZ 43.57 51.77 100.62 -
YUV 175.82 171.55 70.35 -
System Red Green Blue C M Y K H S L
Decimal 95 202 253 0.62 0.20 0 0.01 199.37 0.98 0.68
Hex 5F CA FD 3E 14 0 1 C7 62 44
Octal 137 312 375 76 24 0 1 307 142 104
Binary 1011111 11001010 11111101 111110 10100 0 1 11000111 1100010 1000100

Color Harmonies of #5FCAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FCAFD

Black with #5FCAFD

Text Example


Text Example

White with #5FCAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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