Html Css Color HEX #60FAF1 Baby Blue

📋 copy color: '#60FAF1'

red 96 ◦ green 250 ◦ blue 241

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

Shades of Baby Blue #60FAF1

Tints of Baby Blue #60FAF1

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

 BLUE value IS 241 (94.53% from 255) = 41.06%

R = 16.35%
G = 42.59%
B = 41.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#60FAF1 (or 0x60FAF1) is known color: Baby Blue. HEX triplet: 60, FA and F1. RGB value is (96,250,241). Sum of RGB (Red+Green+Blue) = 96+250+241=587 (77% of max value = 765). Red value is 96 (37.89% from 255 or 16.35% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #60FAF1 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FAF1 is #9F050E. Grayscale: #CACACA. Windows color (decimal): -10421519 or 15858272. OLE color: 15858272.

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

Color convert

RGB 96 250 241 -
CMYK 0.62 0 0.04 0.02
HSL 176.49º 0.94% 0.68% -
HSV(B) 176.49º 0.62% 0.98% -
XYZ 54.89 77.21 95.23 -
YUV 202.93 149.48 51.73 -
System Red Green Blue C M Y K H S L
Decimal 96 250 241 0.62 0 0.04 0.02 176.49 0.94 0.68
Hex 60 FA F1 3E 0 4 2 B0 5E 44
Octal 140 372 361 76 0 4 2 260 136 104
Binary 1100000 11111010 11110001 111110 0 100 10 10110000 1011110 1000100

Color Harmonies of #60FAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAF1

Black with #60FAF1

Text Example


Text Example

White with #60FAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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