Html Css Color HEX #60BDFB Maya Blue

📋 copy color: '#60BDFB'

red 96 ◦ green 189 ◦ blue 251

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

Shades of Maya Blue #60BDFB

Tints of Maya Blue #60BDFB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 35.26%

 BLUE value IS 251 (98.44% from 255) = 46.83%

R = 17.91%
G = 35.26%
B = 46.83%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60BDFB (or 0x60BDFB) is known color: Maya Blue. HEX triplet: 60, BD and FB. RGB value is (96,189,251). Sum of RGB (Red+Green+Blue) = 96+189+251=536 (70% of max value = 765). Red value is 96 (37.89% from 255 or 17.91% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #60BDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BDFB is #9F4204. Grayscale: #A7A7A7. Windows color (decimal): -10437125 or 16498016. OLE color: 16498016.

HSL color Cylindrical-coordinate representation of color #60BDFB: hue angle of 204º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60BDFB is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 189 251 -
CMYK 0.62 0.25 0 0.02
HSL 204º 0.95% 0.68% -
HSV(B) 204º 0.62% 0.98% -
XYZ 40.43 45.85 97.99 -
YUV 168.26 174.69 76.46 -
System Red Green Blue C M Y K H S L
Decimal 96 189 251 0.62 0.25 0 0.02 204 0.95 0.68
Hex 60 BD FB 3E 19 0 2 CC 5F 44
Octal 140 275 373 76 31 0 2 314 137 104
Binary 1100000 10111101 11111011 111110 11001 0 10 11001100 1011111 1000100

Color Harmonies of #60BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BDFB

Black with #60BDFB

Text Example


Text Example

White with #60BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,251); }

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

background-color css

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

 a { background-color: rgb(96,189,251); }

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

border-color css

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

 span { border-color: rgb(96,189,251); }

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