Html Css Color HEX #61F2EC Baby Blue

📋 copy color: '#61F2EC'

red 97 ◦ green 242 ◦ blue 236

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

Shades of Baby Blue #61F2EC

Tints of Baby Blue #61F2EC

RGB

 RED value IS 97 (38.28% from 255) = 16.87%

 GREEN value IS 242 (94.92% from 255) = 42.09%

 BLUE value IS 236 (92.58% from 255) = 41.04%

R = 16.87%
G = 42.09%
B = 41.04%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.05

RGB Variations

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

Color information

#61F2EC (or 0x61F2EC) is known color: Baby Blue. HEX triplet: 61, F2 and EC. RGB value is (97,242,236). Sum of RGB (Red+Green+Blue) = 97+242+236=575 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.87% from 575); Green value is 242 (94.92% from 255 or 42.09% from 575); Blue value is 236 (92.58% from 255 or 41.04% from 575); Max value from RGB is 242 - color contains mainly: green. Hex color #61F2EC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F2EC is #9E0D13. Grayscale: #C5C5C5. Windows color (decimal): -10358036 or 15528545. OLE color: 15528545.

HSL color Cylindrical-coordinate representation of color #61F2EC: hue angle of 177.52º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61F2EC is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB 97 242 236 -
CMYK 0.60 0 0.02 0.05
HSL 177.52º 0.85% 0.66% -
HSV(B) 177.52º 0.6% 0.95% -
XYZ 51.82 72.1 90.54 -
YUV 197.96 149.46 55.99 -
System Red Green Blue C M Y K H S L
Decimal 97 242 236 0.60 0 0.02 0.05 177.52 0.85 0.66
Hex 61 F2 EC 3C 0 2 5 B2 55 42
Octal 141 362 354 74 0 2 5 262 125 102
Binary 1100001 11110010 11101100 111100 0 10 101 10110010 1010101 1000010

Color Harmonies of #61F2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F2EC

Black with #61F2EC

Text Example


Text Example

White with #61F2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61F2EC; }

 p { color: rgb(97,242,236); }

 H1.HeaderClassName
 {
   color: #61F2EC;
 }
 .AnyTagClassName
 {
   color: #61F2EC;
 }
</style>

background-color css

<style>
 a { background-color: #61F2EC; }

 a { background-color: rgb(97,242,236); }

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

border-color css

<style>
 span { border-color: #61F2EC; }

 span { border-color: rgb(97,242,236); }

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