Html Css Color HEX #60BFFE Maya Blue

📋 copy color: '#60BFFE'

red 96 ◦ green 191 ◦ blue 254

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

Shades of Maya Blue #60BFFE

Tints of Maya Blue #60BFFE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.3%

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

R = 17.74%
G = 35.3%
B = 46.95%

CMYK

 C value IS 0.62

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60BFFE (or 0x60BFFE) is known color: Maya Blue. HEX triplet: 60, BF and FE. RGB value is (96,191,254). Sum of RGB (Red+Green+Blue) = 96+191+254=541 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.74% from 541); Green value is 191 (75% from 255 or 35.30% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #60BFFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BFFE is #9F4001. Grayscale: #A9A9A9. Windows color (decimal): -10436610 or 16695136. OLE color: 16695136.

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

Color convert

RGB 96 191 254 -
CMYK 0.62 0.25 0 0.00
HSL 203.92º 0.99% 0.69% -
HSV(B) 203.92º 0.62% 1% -
XYZ 41.34 46.9 100.64 -
YUV 169.78 175.53 75.38 -
System Red Green Blue C M Y K H S L
Decimal 96 191 254 0.62 0.25 0 0.00 203.92 0.99 0.69
Hex 60 BF FE 3E 19 0 0 CC 63 45
Octal 140 277 376 76 31 0 0 314 143 105
Binary 1100000 10111111 11111110 111110 11001 0 0 11001100 1100011 1000101

Color Harmonies of #60BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BFFE

Black with #60BFFE

Text Example


Text Example

White with #60BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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