Html Css Color HEX #60BCF8 Maya Blue

📋 copy color: '#60BCF8'

red 96 ◦ green 188 ◦ blue 248

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

Shades of Maya Blue #60BCF8

Tints of Maya Blue #60BCF8

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 248 (97.27% from 255) = 46.62%

R = 18.05%
G = 35.34%
B = 46.62%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60BCF8 (or 0x60BCF8) is known color: Maya Blue. HEX triplet: 60, BC and F8. RGB value is (96,188,248). Sum of RGB (Red+Green+Blue) = 96+188+248=532 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.05% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #60BCF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60BCF8 is #9F4307. Grayscale: #A6A6A6. Windows color (decimal): -10437384 or 16301152. OLE color: 16301152.

HSL color Cylindrical-coordinate representation of color #60BCF8: hue angle of 203.68º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60BCF8 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 188 248 -
CMYK 0.61 0.24 0 0.03
HSL 203.68º 0.92% 0.67% -
HSV(B) 203.68º 0.61% 0.97% -
XYZ 39.75 45.23 95.44 -
YUV 167.33 173.52 77.12 -
System Red Green Blue C M Y K H S L
Decimal 96 188 248 0.61 0.24 0 0.03 203.68 0.92 0.67
Hex 60 BC F8 3D 18 0 3 CC 5C 43
Octal 140 274 370 75 30 0 3 314 134 103
Binary 1100000 10111100 11111000 111101 11000 0 11 11001100 1011100 1000011

Color Harmonies of #60BCF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BCF8

Black with #60BCF8

Text Example


Text Example

White with #60BCF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,188,248); }

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

background-color css

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

 a { background-color: rgb(96,188,248); }

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

border-color css

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

 span { border-color: rgb(96,188,248); }

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