Html Css Color HEX #60C7FF Maya Blue

📋 copy color: '#60C7FF'

red 96 ◦ green 199 ◦ blue 255

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

Shades of Maya Blue #60C7FF

Tints of Maya Blue #60C7FF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.18%

 BLUE value IS 255 (100% from 255) = 46.36%

R = 17.45%
G = 36.18%
B = 46.36%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#60C7FF (or 0x60C7FF) is known color: Maya Blue. HEX triplet: 60, C7 and FF. RGB value is (96,199,255). Sum of RGB (Red+Green+Blue) = 96+199+255=550 (72% of max value = 765). Red value is 96 (37.89% from 255 or 17.45% from 550); Green value is 199 (78.12% from 255 or 36.18% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #60C7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60C7FF is #9F3800. Grayscale: #AEAEAE. Windows color (decimal): -10434561 or 16762720. OLE color: 16762720.

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

Color convert

RGB 96 199 255 -
CMYK 0.62 0.22 0 0
HSL 201.13º 1% 0.69% -
HSV(B) 201.13º 0.62% 1% -
XYZ 43.3 50.55 102.08 -
YUV 174.59 173.38 71.95 -
System Red Green Blue C M Y K H S L
Decimal 96 199 255 0.62 0.22 0 0 201.13 1 0.69
Hex 60 C7 FF 3E 16 0 0 C9 64 45
Octal 140 307 377 76 26 0 0 311 144 105
Binary 1100000 11000111 11111111 111110 10110 0 0 11001001 1100100 1000101

Color Harmonies of #60C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C7FF

Black with #60C7FF

Text Example


Text Example

White with #60C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,199,255); }

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

background-color css

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

 a { background-color: rgb(96,199,255); }

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

border-color css

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

 span { border-color: rgb(96,199,255); }

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