Html Css Color HEX #60F9FE Baby Blue

📋 copy color: '#60F9FE'

red 96 ◦ green 249 ◦ blue 254

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

Shades of Baby Blue #60F9FE

Tints of Baby Blue #60F9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.57%

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

R = 16.03%
G = 41.57%
B = 42.4%

CMYK

 C value IS 0.62

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#60F9FE (or 0x60F9FE) is known color: Baby Blue. HEX triplet: 60, F9 and FE. RGB value is (96,249,254). Sum of RGB (Red+Green+Blue) = 96+249+254=599 (79% of max value = 765). Red value is 96 (37.89% from 255 or 16.03% from 599); Green value is 249 (97.66% from 255 or 41.57% from 599); Blue value is 254 (99.61% from 255 or 42.40% from 599); Max value from RGB is 254 - color contains mainly: blue. Hex color #60F9FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F9FE is #9F0601. Grayscale: #CBCBCB. Windows color (decimal): -10421762 or 16709984. OLE color: 16709984.

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

Color convert

RGB 96 249 254 -
CMYK 0.62 0.02 0 0.00
HSL 181.9º 0.99% 0.69% -
HSV(B) 181.9º 0.62% 1% -
XYZ 56.59 77.39 105.72 -
YUV 203.82 156.31 51.09 -
System Red Green Blue C M Y K H S L
Decimal 96 249 254 0.62 0.02 0 0.00 181.9 0.99 0.69
Hex 60 F9 FE 3E 2 0 0 B6 63 45
Octal 140 371 376 76 2 0 0 266 143 105
Binary 1100000 11111001 11111110 111110 10 0 0 10110110 1100011 1000101

Color Harmonies of #60F9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F9FE

Black with #60F9FE

Text Example


Text Example

White with #60F9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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