Html Css Color HEX #61FDE3 Baby Blue

📋 copy color: '#61FDE3'

red 97 ◦ green 253 ◦ blue 227

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

Shades of Baby Blue #61FDE3

Tints of Baby Blue #61FDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 39.34%

R = 16.81%
G = 43.85%
B = 39.34%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#61FDE3 (or 0x61FDE3) is known color: Baby Blue. HEX triplet: 61, FD and E3. RGB value is (97,253,227). Sum of RGB (Red+Green+Blue) = 97+253+227=577 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.81% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 227 (89.06% from 255 or 39.34% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #61FDE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61FDE3 is #9E021C. Grayscale: #CBCBCB. Windows color (decimal): -10355229 or 14941537. OLE color: 14941537.

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

Color convert

RGB 97 253 227 -
CMYK 0.62 0 0.10 0.01
HSL 170º 0.98% 0.69% -
HSV(B) 170º 0.62% 0.99% -
XYZ 53.92 78.34 84.95 -
YUV 203.39 141.32 52.11 -
System Red Green Blue C M Y K H S L
Decimal 97 253 227 0.62 0 0.10 0.01 170 0.98 0.69
Hex 61 FD E3 3E 0 A 1 AA 62 45
Octal 141 375 343 76 0 12 1 252 142 105
Binary 1100001 11111101 11100011 111110 0 1010 1 10101010 1100010 1000101

Color Harmonies of #61FDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61FDE3

Black with #61FDE3

Text Example


Text Example

White with #61FDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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