Html Css Color HEX #60FFFA Baby Blue

📋 copy color: '#60FFFA'

red 96 ◦ green 255 ◦ blue 250

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

Shades of Baby Blue #60FFFA

Tints of Baby Blue #60FFFA

RGB

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

 GREEN value IS 255 (100% from 255) = 42.43%

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

R = 15.97%
G = 42.43%
B = 41.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

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

Color information

#60FFFA (or 0x60FFFA) is known color: Baby Blue. HEX triplet: 60, FF and FA. RGB value is (96,255,250). Sum of RGB (Red+Green+Blue) = 96+255+250=601 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.97% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #60FFFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FFFA is #9F0005. Grayscale: #CECECE. Windows color (decimal): -10420230 or 16449376. OLE color: 16449376.

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

Color convert

RGB 96 255 250 -
CMYK 0.62 0 0.02 0
HSL 178.11º 1% 0.69% -
HSV(B) 178.11º 0.62% 1% -
XYZ 57.84 80.91 103.01 -
YUV 206.89 152.32 48.91 -
System Red Green Blue C M Y K H S L
Decimal 96 255 250 0.62 0 0.02 0 178.11 1 0.69
Hex 60 FF FA 3E 0 2 0 B2 64 45
Octal 140 377 372 76 0 2 0 262 144 105
Binary 1100000 11111111 11111010 111110 0 10 0 10110010 1100100 1000101

Color Harmonies of #60FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FFFA

Black with #60FFFA

Text Example


Text Example

White with #60FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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