Html Css Color HEX #60F4FE Baby Blue

📋 copy color: '#60F4FE'

red 96 ◦ green 244 ◦ blue 254

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

Shades of Baby Blue #60F4FE

Tints of Baby Blue #60F4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.08%

 BLUE value IS 254 (99.61% from 255) = 42.76%

R = 16.16%
G = 41.08%
B = 42.76%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60F4FE (or 0x60F4FE) is known color: Baby Blue. HEX triplet: 60, F4 and FE. RGB value is (96,244,254). Sum of RGB (Red+Green+Blue) = 96+244+254=594 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.16% from 594); Green value is 244 (95.70% from 255 or 41.08% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #60F4FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F4FE is #9F0B01. Grayscale: #C8C8C8. Windows color (decimal): -10423042 or 16708704. OLE color: 16708704.

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

Color convert

RGB 96 244 254 -
CMYK 0.62 0.04 0 0.00
HSL 183.8º 0.99% 0.69% -
HSV(B) 183.8º 0.62% 1% -
XYZ 55.06 74.34 105.21 -
YUV 200.89 157.97 53.19 -
System Red Green Blue C M Y K H S L
Decimal 96 244 254 0.62 0.04 0 0.00 183.8 0.99 0.69
Hex 60 F4 FE 3E 4 0 0 B8 63 45
Octal 140 364 376 76 4 0 0 270 143 105
Binary 1100000 11110100 11111110 111110 100 0 0 10111000 1100011 1000101

Color Harmonies of #60F4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F4FE

Black with #60F4FE

Text Example


Text Example

White with #60F4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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