Html Css Color HEX #60CBFE Maya Blue

📋 copy color: '#60CBFE'

red 96 ◦ green 203 ◦ blue 254

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

Shades of Maya Blue #60CBFE

Tints of Maya Blue #60CBFE

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.71%

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

R = 17.36%
G = 36.71%
B = 45.93%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60CBFE (or 0x60CBFE) is known color: Maya Blue. HEX triplet: 60, CB and FE. RGB value is (96,203,254). Sum of RGB (Red+Green+Blue) = 96+203+254=553 (73% of max value = 765). Red value is 96 (37.89% from 255 or 17.36% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #60CBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60CBFE is #9F3401. Grayscale: #B0B0B0. Windows color (decimal): -10433538 or 16698208. OLE color: 16698208.

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

Color convert

RGB 96 203 254 -
CMYK 0.62 0.20 0 0.00
HSL 199.37º 0.99% 0.69% -
HSV(B) 199.37º 0.62% 1% -
XYZ 44.07 52.35 101.55 -
YUV 176.82 171.55 70.35 -
System Red Green Blue C M Y K H S L
Decimal 96 203 254 0.62 0.20 0 0.00 199.37 0.99 0.69
Hex 60 CB FE 3E 14 0 0 C7 63 45
Octal 140 313 376 76 24 0 0 307 143 105
Binary 1100000 11001011 11111110 111110 10100 0 0 11000111 1100011 1000101

Color Harmonies of #60CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CBFE

Black with #60CBFE

Text Example


Text Example

White with #60CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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