Html Css Color HEX #61EFF8 Baby Blue

📋 copy color: '#61EFF8'

red 97 ◦ green 239 ◦ blue 248

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

Shades of Baby Blue #61EFF8

Tints of Baby Blue #61EFF8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.92%

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

R = 16.61%
G = 40.92%
B = 42.47%

CMYK

 C value IS 0.61

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#61EFF8 (or 0x61EFF8) is known color: Baby Blue. HEX triplet: 61, EF and F8. RGB value is (97,239,248). Sum of RGB (Red+Green+Blue) = 97+239+248=584 (77% of max value = 765). Red value is 97 (38.28% from 255 or 16.61% from 584); Green value is 239 (93.75% from 255 or 40.92% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #61EFF8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFF8 is #9E1007. Grayscale: #C5C5C5. Windows color (decimal): -10358792 or 16314209. OLE color: 16314209.

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

Color convert

RGB 97 239 248 -
CMYK 0.61 0.04 0 0.03
HSL 183.58º 0.92% 0.68% -
HSV(B) 183.58º 0.61% 0.97% -
XYZ 52.74 71.05 99.74 -
YUV 197.57 156.46 56.27 -
System Red Green Blue C M Y K H S L
Decimal 97 239 248 0.61 0.04 0 0.03 183.58 0.92 0.68
Hex 61 EF F8 3D 4 0 3 B8 5C 44
Octal 141 357 370 75 4 0 3 270 134 104
Binary 1100001 11101111 11111000 111101 100 0 11 10111000 1011100 1000100

Color Harmonies of #61EFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EFF8

Black with #61EFF8

Text Example


Text Example

White with #61EFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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