Html Css Color HEX #61F7F0 Baby Blue

📋 copy color: '#61F7F0'

red 97 ◦ green 247 ◦ blue 240

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

Shades of Baby Blue #61F7F0

Tints of Baby Blue #61F7F0

RGB

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

 GREEN value IS 247 (96.88% from 255) = 42.29%

 BLUE value IS 240 (94.14% from 255) = 41.1%

R = 16.61%
G = 42.29%
B = 41.1%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#61F7F0 (or 0x61F7F0) is known color: Baby Blue. HEX triplet: 61, F7 and F0. RGB value is (97,247,240). Sum of RGB (Red+Green+Blue) = 97+247+240=584 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.61% from 584); Green value is 247 (96.88% from 255 or 42.29% from 584); Blue value is 240 (94.14% from 255 or 41.10% from 584); Max value from RGB is 247 - color contains mainly: green. Hex color #61F7F0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F7F0 is #9E080F. Grayscale: #C9C9C9. Windows color (decimal): -10356752 or 15791969. OLE color: 15791969.

HSL color Cylindrical-coordinate representation of color #61F7F0: hue angle of 177.2º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #61F7F0 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 247 240 -
CMYK 0.61 0 0.03 0.03
HSL 177.2º 0.9% 0.67% -
HSV(B) 177.2º 0.61% 0.97% -
XYZ 53.92 75.35 94.14 -
YUV 201.35 149.81 53.57 -
System Red Green Blue C M Y K H S L
Decimal 97 247 240 0.61 0 0.03 0.03 177.2 0.9 0.67
Hex 61 F7 F0 3D 0 3 3 B1 5A 43
Octal 141 367 360 75 0 3 3 261 132 103
Binary 1100001 11110111 11110000 111101 0 11 11 10110001 1011010 1000011

Color Harmonies of #61F7F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F7F0

Black with #61F7F0

Text Example


Text Example

White with #61F7F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,247,240); }

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

background-color css

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

 a { background-color: rgb(97,247,240); }

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

border-color css

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

 span { border-color: rgb(97,247,240); }

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