Html Css Color HEX #60B4FE Maya Blue

📋 copy color: '#60B4FE'

red 96 ◦ green 180 ◦ blue 254

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

Shades of Maya Blue #60B4FE

Tints of Maya Blue #60B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.96%

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 18.11%
G = 33.96%
B = 47.92%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60B4FE (or 0x60B4FE) is known color: Maya Blue. HEX triplet: 60, B4 and FE. RGB value is (96,180,254). Sum of RGB (Red+Green+Blue) = 96+180+254=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #60B4FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B4FE is #9F4B01. Grayscale: #A2A2A2. Windows color (decimal): -10439426 or 16692320. OLE color: 16692320.

HSL color Cylindrical-coordinate representation of color #60B4FE: hue angle of 208.1º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60B4FE is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 96 180 254 -
CMYK 0.62 0.29 0 0.00
HSL 208.1º 0.99% 0.69% -
HSV(B) 208.1º 0.62% 1% -
XYZ 39.03 42.29 99.87 -
YUV 163.32 179.17 79.98 -
System Red Green Blue C M Y K H S L
Decimal 96 180 254 0.62 0.29 0 0.00 208.1 0.99 0.69
Hex 60 B4 FE 3E 1D 0 0 D0 63 45
Octal 140 264 376 76 35 0 0 320 143 105
Binary 1100000 10110100 11111110 111110 11101 0 0 11010000 1100011 1000101

Color Harmonies of #60B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B4FE

Black with #60B4FE

Text Example


Text Example

White with #60B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,180,254); }

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

background-color css

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

 a { background-color: rgb(96,180,254); }

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

border-color css

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

 span { border-color: rgb(96,180,254); }

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