Html Css Color HEX #60FAFD Baby Blue

📋 copy color: '#60FAFD'

red 96 ◦ green 250 ◦ blue 253

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

Shades of Baby Blue #60FAFD

Tints of Baby Blue #60FAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.24%

R = 16.03%
G = 41.74%
B = 42.24%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60FAFD (or 0x60FAFD) is known color: Baby Blue. HEX triplet: 60, FA and FD. RGB value is (96,250,253). Sum of RGB (Red+Green+Blue) = 96+250+253=599 (79% of max value = 765). Red value is 96 (37.89% from 255 or 16.03% from 599); Green value is 250 (98.05% from 255 or 41.74% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #60FAFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FAFD is #9F0502. Grayscale: #CCCCCC. Windows color (decimal): -10421507 or 16644704. OLE color: 16644704.

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

Color convert

RGB 96 250 253 -
CMYK 0.62 0.01 0 0.01
HSL 181.15º 0.98% 0.68% -
HSV(B) 181.15º 0.62% 0.99% -
XYZ 56.74 77.95 104.98 -
YUV 204.3 155.48 50.76 -
System Red Green Blue C M Y K H S L
Decimal 96 250 253 0.62 0.01 0 0.01 181.15 0.98 0.68
Hex 60 FA FD 3E 1 0 1 B5 62 44
Octal 140 372 375 76 1 0 1 265 142 104
Binary 1100000 11111010 11111101 111110 1 0 1 10110101 1100010 1000100

Color Harmonies of #60FAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FAFD

Black with #60FAFD

Text Example


Text Example

White with #60FAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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