Html Css Color HEX #60CEFA Maya Blue

📋 copy color: '#60CEFA'

red 96 ◦ green 206 ◦ blue 250

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

Shades of Maya Blue #60CEFA

Tints of Maya Blue #60CEFA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.32%

 BLUE value IS 250 (98.05% from 255) = 45.29%

R = 17.39%
G = 37.32%
B = 45.29%

CMYK

 C value IS 0.62

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#60CEFA (or 0x60CEFA) is known color: Maya Blue. HEX triplet: 60, CE and FA. RGB value is (96,206,250). Sum of RGB (Red+Green+Blue) = 96+206+250=552 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.39% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 250 (98.05% from 255 or 45.29% from 552); Max value from RGB is 250 - color contains mainly: blue. Hex color #60CEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CEFA is #9F3105. Grayscale: #B1B1B1. Windows color (decimal): -10432774 or 16436832. OLE color: 16436832.

HSL color Cylindrical-coordinate representation of color #60CEFA: hue angle of 197.14º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60CEFA is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 206 250 -
CMYK 0.62 0.18 0 0.02
HSL 197.14º 0.94% 0.68% -
HSV(B) 197.14º 0.62% 0.98% -
XYZ 44.15 53.53 98.45 -
YUV 178.13 168.56 69.42 -
System Red Green Blue C M Y K H S L
Decimal 96 206 250 0.62 0.18 0 0.02 197.14 0.94 0.68
Hex 60 CE FA 3E 12 0 2 C5 5E 44
Octal 140 316 372 76 22 0 2 305 136 104
Binary 1100000 11001110 11111010 111110 10010 0 10 11000101 1011110 1000100

Color Harmonies of #60CEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CEFA

Black with #60CEFA

Text Example


Text Example

White with #60CEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,206,250); }

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

background-color css

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

 a { background-color: rgb(96,206,250); }

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

border-color css

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

 span { border-color: rgb(96,206,250); }

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