Html Css Color HEX #60CDFE Maya Blue

📋 copy color: '#60CDFE'

red 96 ◦ green 205 ◦ blue 254

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

Shades of Maya Blue #60CDFE

Tints of Maya Blue #60CDFE

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.94%

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

R = 17.3%
G = 36.94%
B = 45.77%

CMYK

 C value IS 0.62

 M value IS 0.19

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60CDFE (or 0x60CDFE) is known color: Maya Blue. HEX triplet: 60, CD and FE. RGB value is (96,205,254). Sum of RGB (Red+Green+Blue) = 96+205+254=555 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.30% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #60CDFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CDFE is #9F3201. Grayscale: #B1B1B1. Windows color (decimal): -10433026 or 16698720. OLE color: 16698720.

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

Color convert

RGB 96 205 254 -
CMYK 0.62 0.19 0 0.00
HSL 198.61º 0.99% 0.69% -
HSV(B) 198.61º 0.62% 1% -
XYZ 44.54 53.31 101.71 -
YUV 178 170.89 69.52 -
System Red Green Blue C M Y K H S L
Decimal 96 205 254 0.62 0.19 0 0.00 198.61 0.99 0.69
Hex 60 CD FE 3E 13 0 0 C7 63 45
Octal 140 315 376 76 23 0 0 307 143 105
Binary 1100000 11001101 11111110 111110 10011 0 0 11000111 1100011 1000101

Color Harmonies of #60CDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CDFE

Black with #60CDFE

Text Example


Text Example

White with #60CDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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