Html Css Color HEX #60FCFD Baby Blue

📋 copy color: '#60FCFD'

red 96 ◦ green 252 ◦ blue 253

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

Shades of Baby Blue #60FCFD

Tints of Baby Blue #60FCFD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.93%

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

R = 15.97%
G = 41.93%
B = 42.1%

CMYK

 C value IS 0.62

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#60FCFD (or 0x60FCFD) is known color: Baby Blue. HEX triplet: 60, FC and FD. RGB value is (96,252,253). Sum of RGB (Red+Green+Blue) = 96+252+253=601 (79% of max value = 765). Red value is 96 (37.89% from 255 or 15.97% from 601); Green value is 252 (98.83% from 255 or 41.93% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #60FCFD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60FCFD is #9F0302. Grayscale: #CDCDCD. Windows color (decimal): -10420995 or 16645216. OLE color: 16645216.

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

Color convert

RGB 96 252 253 -
CMYK 0.62 0.00 0 0.01
HSL 180.38º 0.98% 0.68% -
HSV(B) 180.38º 0.62% 0.99% -
XYZ 57.36 79.2 105.19 -
YUV 205.47 154.82 49.92 -
System Red Green Blue C M Y K H S L
Decimal 96 252 253 0.62 0.00 0 0.01 180.38 0.98 0.68
Hex 60 FC FD 3E 0 0 1 B4 62 44
Octal 140 374 375 76 0 0 1 264 142 104
Binary 1100000 11111100 11111101 111110 0 0 1 10110100 1100010 1000100

Color Harmonies of #60FCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FCFD

Black with #60FCFD

Text Example


Text Example

White with #60FCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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