Html Css Color HEX #60FBE2 Baby Blue

📋 copy color: '#60FBE2'

red 96 ◦ green 251 ◦ blue 226

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

Shades of Baby Blue #60FBE2

Tints of Baby Blue #60FBE2

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.8%

 BLUE value IS 226 (88.67% from 255) = 39.44%

R = 16.75%
G = 43.8%
B = 39.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#60FBE2 (or 0x60FBE2) is known color: Baby Blue. HEX triplet: 60, FB and E2. RGB value is (96,251,226). Sum of RGB (Red+Green+Blue) = 96+251+226=573 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.75% from 573); Green value is 251 (98.44% from 255 or 43.80% from 573); Blue value is 226 (88.67% from 255 or 39.44% from 573); Max value from RGB is 251 - color contains mainly: green. Hex color #60FBE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #60FBE2 is #9F041D. Grayscale: #C9C9C9. Windows color (decimal): -10421278 or 14875488. OLE color: 14875488.

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

Color convert

RGB 96 251 226 -
CMYK 0.62 0 0.10 0.02
HSL 170.32º 0.95% 0.68% -
HSV(B) 170.32º 0.62% 0.98% -
XYZ 53.05 76.97 84.01 -
YUV 201.81 141.65 52.53 -
System Red Green Blue C M Y K H S L
Decimal 96 251 226 0.62 0 0.10 0.02 170.32 0.95 0.68
Hex 60 FB E2 3E 0 A 2 AA 5F 44
Octal 140 373 342 76 0 12 2 252 137 104
Binary 1100000 11111011 11100010 111110 0 1010 10 10101010 1011111 1000100

Color Harmonies of #60FBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60FBE2

Black with #60FBE2

Text Example


Text Example

White with #60FBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,251,226); }

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

background-color css

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

 a { background-color: rgb(96,251,226); }

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

border-color css

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

 span { border-color: rgb(96,251,226); }

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