Html Css Color HEX #60BAFD Maya Blue

📋 copy color: '#60BAFD'

red 96 ◦ green 186 ◦ blue 253

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

Shades of Maya Blue #60BAFD

Tints of Maya Blue #60BAFD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.77%

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

R = 17.94%
G = 34.77%
B = 47.29%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60BAFD (or 0x60BAFD) is known color: Maya Blue. HEX triplet: 60, BA and FD. RGB value is (96,186,253). Sum of RGB (Red+Green+Blue) = 96+186+253=535 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.94% from 535); Green value is 186 (73.05% from 255 or 34.77% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #60BAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BAFD is #9F4502. Grayscale: #A6A6A6. Windows color (decimal): -10437891 or 16628320. OLE color: 16628320.

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

Color convert

RGB 96 186 253 -
CMYK 0.62 0.26 0 0.01
HSL 205.61º 0.98% 0.68% -
HSV(B) 205.61º 0.62% 0.99% -
XYZ 40.11 44.7 99.44 -
YUV 166.73 176.68 77.55 -
System Red Green Blue C M Y K H S L
Decimal 96 186 253 0.62 0.26 0 0.01 205.61 0.98 0.68
Hex 60 BA FD 3E 1A 0 1 CE 62 44
Octal 140 272 375 76 32 0 1 316 142 104
Binary 1100000 10111010 11111101 111110 11010 0 1 11001110 1100010 1000100

Color Harmonies of #60BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BAFD

Black with #60BAFD

Text Example


Text Example

White with #60BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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