Html Css Color HEX #61FAE8 Baby Blue

📋 copy color: '#61FAE8'

red 97 ◦ green 250 ◦ blue 232

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

Shades of Baby Blue #61FAE8

Tints of Baby Blue #61FAE8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.18%

 BLUE value IS 232 (91.02% from 255) = 40.07%

R = 16.75%
G = 43.18%
B = 40.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#61FAE8 (or 0x61FAE8) is known color: Baby Blue. HEX triplet: 61, FA and E8. RGB value is (97,250,232). Sum of RGB (Red+Green+Blue) = 97+250+232=579 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.75% from 579); Green value is 250 (98.05% from 255 or 43.18% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 250 - color contains mainly: green. Hex color #61FAE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FAE8 is #9E0517. Grayscale: #CACACA. Windows color (decimal): -10355992 or 15268449. OLE color: 15268449.

HSL color Cylindrical-coordinate representation of color #61FAE8: hue angle of 172.94º degrees, saturation: 0.94, 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 #61FAE8 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 97 250 232 -
CMYK 0.61 0 0.07 0.02
HSL 172.94º 0.94% 0.68% -
HSV(B) 172.94º 0.61% 0.98% -
XYZ 53.68 76.74 88.33 -
YUV 202.2 144.81 52.96 -
System Red Green Blue C M Y K H S L
Decimal 97 250 232 0.61 0 0.07 0.02 172.94 0.94 0.68
Hex 61 FA E8 3D 0 7 2 AD 5E 44
Octal 141 372 350 75 0 7 2 255 136 104
Binary 1100001 11111010 11101000 111101 0 111 10 10101101 1011110 1000100

Color Harmonies of #61FAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FAE8

Black with #61FAE8

Text Example


Text Example

White with #61FAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,250,232); }

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

background-color css

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

 a { background-color: rgb(97,250,232); }

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

border-color css

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

 span { border-color: rgb(97,250,232); }

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