Html Css Color HEX #61F5F7 Baby Blue

📋 copy color: '#61F5F7'

red 97 ◦ green 245 ◦ blue 247

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

Shades of Baby Blue #61F5F7

Tints of Baby Blue #61F5F7

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.6%

 BLUE value IS 247 (96.88% from 255) = 41.94%

R = 16.47%
G = 41.6%
B = 41.94%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61F5F7 (or 0x61F5F7) is known color: Baby Blue. HEX triplet: 61, F5 and F7. RGB value is (97,245,247). Sum of RGB (Red+Green+Blue) = 97+245+247=589 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.47% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 247 (96.88% from 255 or 41.94% from 589); Max value from RGB is 247 - color contains mainly: blue. Hex color #61F5F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61F5F7 is #9E0A08. Grayscale: #C8C8C8. Windows color (decimal): -10357257 or 16250209. OLE color: 16250209.

HSL color Cylindrical-coordinate representation of color #61F5F7: hue angle of 180.8º 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 #61F5F7 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 97 245 247 -
CMYK 0.61 0.01 0 0.03
HSL 180.8º 0.9% 0.67% -
HSV(B) 180.8º 0.61% 0.97% -
XYZ 54.37 74.56 99.52 -
YUV 200.98 153.97 53.84 -
System Red Green Blue C M Y K H S L
Decimal 97 245 247 0.61 0.01 0 0.03 180.8 0.9 0.67
Hex 61 F5 F7 3D 1 0 3 B5 5A 43
Octal 141 365 367 75 1 0 3 265 132 103
Binary 1100001 11110101 11110111 111101 1 0 11 10110101 1011010 1000011

Color Harmonies of #61F5F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61F5F7

Black with #61F5F7

Text Example


Text Example

White with #61F5F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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