Html Css Color HEX #61EFF0 Baby Blue

📋 copy color: '#61EFF0'

red 97 ◦ green 239 ◦ blue 240

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

Shades of Baby Blue #61EFF0

Tints of Baby Blue #61EFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.67%

R = 16.84%
G = 41.49%
B = 41.67%

CMYK

 C value IS 0.60

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#61EFF0 (or 0x61EFF0) is known color: Baby Blue. HEX triplet: 61, EF and F0. RGB value is (97,239,240). Sum of RGB (Red+Green+Blue) = 97+239+240=576 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.84% from 576); Green value is 239 (93.75% from 255 or 41.49% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #61EFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFF0 is #9E100F. Grayscale: #C4C4C4. Windows color (decimal): -10358800 or 15789921. OLE color: 15789921.

HSL color Cylindrical-coordinate representation of color #61EFF0: hue angle of 180.42º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61EFF0 is Cyan = 0.60, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 97 239 240 -
CMYK 0.60 0.00 0 0.06
HSL 180.42º 0.83% 0.66% -
HSV(B) 180.42º 0.6% 0.94% -
XYZ 51.52 70.57 93.34 -
YUV 196.66 152.46 56.92 -
System Red Green Blue C M Y K H S L
Decimal 97 239 240 0.60 0.00 0 0.06 180.42 0.83 0.66
Hex 61 EF F0 3C 0 0 6 B4 53 42
Octal 141 357 360 74 0 0 6 264 123 102
Binary 1100001 11101111 11110000 111100 0 0 110 10110100 1010011 1000010

Color Harmonies of #61EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EFF0

Black with #61EFF0

Text Example


Text Example

White with #61EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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