Html Css Color HEX #61ECF8 Baby Blue

📋 copy color: '#61ECF8'

red 97 ◦ green 236 ◦ blue 248

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

Shades of Baby Blue #61ECF8

Tints of Baby Blue #61ECF8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.62%

 BLUE value IS 248 (97.27% from 255) = 42.69%

R = 16.7%
G = 40.62%
B = 42.69%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61ECF8 (or 0x61ECF8) is known color: Baby Blue. HEX triplet: 61, EC and F8. RGB value is (97,236,248). Sum of RGB (Red+Green+Blue) = 97+236+248=581 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.70% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 248 (97.27% from 255 or 42.69% from 581); Max value from RGB is 248 - color contains mainly: blue. Hex color #61ECF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61ECF8 is #9E1307. Grayscale: #C3C3C3. Windows color (decimal): -10359560 or 16313441. OLE color: 16313441.

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

Color convert

RGB 97 236 248 -
CMYK 0.61 0.05 0 0.03
HSL 184.77º 0.92% 0.68% -
HSV(B) 184.77º 0.61% 0.97% -
XYZ 51.87 69.31 99.45 -
YUV 195.81 157.45 57.52 -
System Red Green Blue C M Y K H S L
Decimal 97 236 248 0.61 0.05 0 0.03 184.77 0.92 0.68
Hex 61 EC F8 3D 5 0 3 B9 5C 44
Octal 141 354 370 75 5 0 3 271 134 104
Binary 1100001 11101100 11111000 111101 101 0 11 10111001 1011100 1000100

Color Harmonies of #61ECF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61ECF8

Black with #61ECF8

Text Example


Text Example

White with #61ECF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,236,248); }

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

background-color css

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

 a { background-color: rgb(97,236,248); }

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

border-color css

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

 span { border-color: rgb(97,236,248); }

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