Html Css Color HEX #60B8F8 Maya Blue

📋 copy color: '#60B8F8'

red 96 ◦ green 184 ◦ blue 248

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

Shades of Maya Blue #60B8F8

Tints of Maya Blue #60B8F8

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.85%

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

R = 18.18%
G = 34.85%
B = 46.97%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#60B8F8 (or 0x60B8F8) is known color: Maya Blue. HEX triplet: 60, B8 and F8. RGB value is (96,184,248). Sum of RGB (Red+Green+Blue) = 96+184+248=528 (69% of max value = 765). Red value is 96 (37.89% from 255 or 18.18% from 528); Green value is 184 (72.27% from 255 or 34.85% from 528); Blue value is 248 (97.27% from 255 or 46.97% from 528); Max value from RGB is 248 - color contains mainly: blue. Hex color #60B8F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60B8F8 is #9F4707. Grayscale: #A4A4A4. Windows color (decimal): -10438408 or 16300128. OLE color: 16300128.

HSL color Cylindrical-coordinate representation of color #60B8F8: hue angle of 205.26º 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 #60B8F8 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 96 184 248 -
CMYK 0.61 0.26 0 0.03
HSL 205.26º 0.92% 0.67% -
HSV(B) 205.26º 0.61% 0.97% -
XYZ 38.91 43.55 95.16 -
YUV 164.98 174.85 78.8 -
System Red Green Blue C M Y K H S L
Decimal 96 184 248 0.61 0.26 0 0.03 205.26 0.92 0.67
Hex 60 B8 F8 3D 1A 0 3 CD 5C 43
Octal 140 270 370 75 32 0 3 315 134 103
Binary 1100000 10111000 11111000 111101 11010 0 11 11001101 1011100 1000011

Color Harmonies of #60B8F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60B8F8

Black with #60B8F8

Text Example


Text Example

White with #60B8F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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