Html Css Color HEX #60FEFD Baby Blue

📋 copy color: '#60FEFD'

red 96 ◦ green 254 ◦ blue 253

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

Shades of Baby Blue #60FEFD

Tints of Baby Blue #60FEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.12%

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

R = 15.92%
G = 42.12%
B = 41.96%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#60FEFD (or 0x60FEFD) is known color: Baby Blue. HEX triplet: 60, FE and FD. RGB value is (96,254,253). Sum of RGB (Red+Green+Blue) = 96+254+253=603 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.92% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #60FEFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FEFD is #9F0102. Grayscale: #CECECE. Windows color (decimal): -10420483 or 16645728. OLE color: 16645728.

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

Color convert

RGB 96 254 253 -
CMYK 0.62 0 0.00 0.00
HSL 179.62º 0.99% 0.69% -
HSV(B) 179.62º 0.62% 1% -
XYZ 58 80.46 105.4 -
YUV 206.64 154.15 49.08 -
System Red Green Blue C M Y K H S L
Decimal 96 254 253 0.62 0 0.00 0.00 179.62 0.99 0.69
Hex 60 FE FD 3E 0 0 0 B4 63 45
Octal 140 376 375 76 0 0 0 264 143 105
Binary 1100000 11111110 11111101 111110 0 0 0 10110100 1100011 1000101

Color Harmonies of #60FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FEFD

Black with #60FEFD

Text Example


Text Example

White with #60FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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