Html Css Color HEX #60B5FD Maya Blue

📋 copy color: '#60B5FD'

red 96 ◦ green 181 ◦ blue 253

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

Shades of Maya Blue #60B5FD

Tints of Maya Blue #60B5FD

RGB

 RED value IS 96 (37.89% from 255) = 18.11%

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 18.11%
G = 34.15%
B = 47.74%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60B5FD (or 0x60B5FD) is known color: Maya Blue. HEX triplet: 60, B5 and FD. RGB value is (96,181,253). Sum of RGB (Red+Green+Blue) = 96+181+253=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 253 (99.22% from 255 or 47.74% from 530); Max value from RGB is 253 - color contains mainly: blue. Hex color #60B5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B5FD is #9F4A02. Grayscale: #A3A3A3. Windows color (decimal): -10439171 or 16627040. OLE color: 16627040.

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

Color convert

RGB 96 181 253 -
CMYK 0.62 0.28 0 0.01
HSL 207.52º 0.98% 0.68% -
HSV(B) 207.52º 0.62% 0.99% -
XYZ 39.08 42.63 99.1 -
YUV 163.79 178.34 79.65 -
System Red Green Blue C M Y K H S L
Decimal 96 181 253 0.62 0.28 0 0.01 207.52 0.98 0.68
Hex 60 B5 FD 3E 1C 0 1 D0 62 44
Octal 140 265 375 76 34 0 1 320 142 104
Binary 1100000 10110101 11111101 111110 11100 0 1 11010000 1100010 1000100

Color Harmonies of #60B5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B5FD

Black with #60B5FD

Text Example


Text Example

White with #60B5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60B5FD; }

 p { color: rgb(96,181,253); }

 H1.HeaderClassName
 {
   color: #60B5FD;
 }
 .AnyTagClassName
 {
   color: #60B5FD;
 }
</style>

background-color css

<style>
 a { background-color: #60B5FD; }

 a { background-color: rgb(96,181,253); }

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

border-color css

<style>
 span { border-color: #60B5FD; }

 span { border-color: rgb(96,181,253); }

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