Html Css Color HEX #61EFFE Baby Blue

📋 copy color: '#61EFFE'

red 97 ◦ green 239 ◦ blue 254

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

Shades of Baby Blue #61EFFE

Tints of Baby Blue #61EFFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 16.44%
G = 40.51%
B = 43.05%

CMYK

 C value IS 0.62

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#61EFFE (or 0x61EFFE) is known color: Baby Blue. HEX triplet: 61, EF and FE. RGB value is (97,239,254). Sum of RGB (Red+Green+Blue) = 97+239+254=590 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.44% from 590); Green value is 239 (93.75% from 255 or 40.51% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #61EFFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EFFE is #9E1001. Grayscale: #C6C6C6. Windows color (decimal): -10358786 or 16707425. OLE color: 16707425.

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

Color convert

RGB 97 239 254 -
CMYK 0.62 0.06 0 0.00
HSL 185.73º 0.99% 0.69% -
HSV(B) 185.73º 0.62% 1% -
XYZ 53.69 71.43 104.72 -
YUV 198.25 159.46 55.78 -
System Red Green Blue C M Y K H S L
Decimal 97 239 254 0.62 0.06 0 0.00 185.73 0.99 0.69
Hex 61 EF FE 3E 6 0 0 BA 63 45
Octal 141 357 376 76 6 0 0 272 143 105
Binary 1100001 11101111 11111110 111110 110 0 0 10111010 1100011 1000101

Color Harmonies of #61EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EFFE

Black with #61EFFE

Text Example


Text Example

White with #61EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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