Html Css Color HEX #60F9F6 Baby Blue

📋 copy color: '#60F9F6'

red 96 ◦ green 249 ◦ blue 246

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

Shades of Baby Blue #60F9F6

Tints of Baby Blue #60F9F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.62%

R = 16.24%
G = 42.13%
B = 41.62%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.02

RGB Variations

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

Color information

#60F9F6 (or 0x60F9F6) is known color: Baby Blue. HEX triplet: 60, F9 and F6. RGB value is (96,249,246). Sum of RGB (Red+Green+Blue) = 96+249+246=591 (78% of max value = 765). Red value is 96 (37.89% from 255 or 16.24% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #60F9F6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60F9F6 is #9F0609. Grayscale: #CACACA. Windows color (decimal): -10421770 or 16185696. OLE color: 16185696.

HSL color Cylindrical-coordinate representation of color #60F9F6: hue angle of 178.82º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F9F6 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB 96 249 246 -
CMYK 0.61 0 0.01 0.02
HSL 178.82º 0.93% 0.68% -
HSV(B) 178.82º 0.61% 0.98% -
XYZ 55.33 76.89 99.11 -
YUV 202.91 152.31 51.74 -
System Red Green Blue C M Y K H S L
Decimal 96 249 246 0.61 0 0.01 0.02 178.82 0.93 0.68
Hex 60 F9 F6 3D 0 1 2 B3 5D 44
Octal 140 371 366 75 0 1 2 263 135 104
Binary 1100000 11111001 11110110 111101 0 1 10 10110011 1011101 1000100

Color Harmonies of #60F9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60F9F6

Black with #60F9F6

Text Example


Text Example

White with #60F9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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