Html Css Color HEX #60F0FD Baby Blue

📋 copy color: '#60F0FD'

red 96 ◦ green 240 ◦ blue 253

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

Shades of Baby Blue #60F0FD

Tints of Baby Blue #60F0FD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.75%

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

R = 16.3%
G = 40.75%
B = 42.95%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60F0FD (or 0x60F0FD) is known color: Baby Blue. HEX triplet: 60, F0 and FD. RGB value is (96,240,253). Sum of RGB (Red+Green+Blue) = 96+240+253=589 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.30% from 589); Green value is 240 (94.14% from 255 or 40.75% from 589); Blue value is 253 (99.22% from 255 or 42.95% from 589); Max value from RGB is 253 - color contains mainly: blue. Hex color #60F0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F0FD is #9F0F02. Grayscale: #C6C6C6. Windows color (decimal): -10424067 or 16642144. OLE color: 16642144.

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

Color convert

RGB 96 240 253 -
CMYK 0.62 0.05 0 0.01
HSL 184.97º 0.98% 0.68% -
HSV(B) 184.97º 0.62% 0.99% -
XYZ 53.71 71.9 103.98 -
YUV 198.43 158.79 54.94 -
System Red Green Blue C M Y K H S L
Decimal 96 240 253 0.62 0.05 0 0.01 184.97 0.98 0.68
Hex 60 F0 FD 3E 5 0 1 B9 62 44
Octal 140 360 375 76 5 0 1 271 142 104
Binary 1100000 11110000 11111101 111110 101 0 1 10111001 1100010 1000100

Color Harmonies of #60F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F0FD

Black with #60F0FD

Text Example


Text Example

White with #60F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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