Html Css Color HEX #61FDE8 Baby Blue

📋 copy color: '#61FDE8'

red 97 ◦ green 253 ◦ blue 232

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

Shades of Baby Blue #61FDE8

Tints of Baby Blue #61FDE8

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.47%

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

R = 16.67%
G = 43.47%
B = 39.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#61FDE8 (or 0x61FDE8) is known color: Baby Blue. HEX triplet: 61, FD and E8. RGB value is (97,253,232). Sum of RGB (Red+Green+Blue) = 97+253+232=582 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.67% from 582); Green value is 253 (99.22% from 255 or 43.47% from 582); Blue value is 232 (91.02% from 255 or 39.86% from 582); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61FDE8 is #9E0217. Grayscale: #CBCBCB. Windows color (decimal): -10355224 or 15269217. OLE color: 15269217.

HSL color Cylindrical-coordinate representation of color #61FDE8: hue angle of 171.92º degrees, saturation: 0.98, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #61FDE8 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB 97 253 232 -
CMYK 0.62 0 0.08 0.01
HSL 171.92º 0.98% 0.69% -
HSV(B) 171.92º 0.62% 0.99% -
XYZ 54.62 78.62 88.64 -
YUV 203.96 143.82 51.71 -
System Red Green Blue C M Y K H S L
Decimal 97 253 232 0.62 0 0.08 0.01 171.92 0.98 0.69
Hex 61 FD E8 3E 0 8 1 AC 62 45
Octal 141 375 350 76 0 10 1 254 142 105
Binary 1100001 11111101 11101000 111110 0 1000 1 10101100 1100010 1000101

Color Harmonies of #61FDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FDE8

Black with #61FDE8

Text Example


Text Example

White with #61FDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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