Html Css Color HEX #61EEF5 Baby Blue

📋 copy color: '#61EEF5'

red 97 ◦ green 238 ◦ blue 245

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

Shades of Baby Blue #61EEF5

Tints of Baby Blue #61EEF5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.03%

 BLUE value IS 245 (96.09% from 255) = 42.24%

R = 16.72%
G = 41.03%
B = 42.24%

CMYK

 C value IS 0.60

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#61EEF5 (or 0x61EEF5) is known color: Baby Blue. HEX triplet: 61, EE and F5. RGB value is (97,238,245). Sum of RGB (Red+Green+Blue) = 97+238+245=580 (76% of max value = 765). Red value is 97 (38.28% from 255 or 16.72% from 580); Green value is 238 (93.36% from 255 or 41.03% from 580); Blue value is 245 (96.09% from 255 or 42.24% from 580); Max value from RGB is 245 - color contains mainly: blue. Hex color #61EEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EEF5 is #9E110A. Grayscale: #C4C4C4. Windows color (decimal): -10359051 or 16117345. OLE color: 16117345.

HSL color Cylindrical-coordinate representation of color #61EEF5: hue angle of 182.84º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #61EEF5 is Cyan = 0.60, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 97 238 245 -
CMYK 0.60 0.03 0 0.04
HSL 182.84º 0.88% 0.67% -
HSV(B) 182.84º 0.6% 0.96% -
XYZ 51.99 70.28 97.21 -
YUV 196.64 155.29 56.93 -
System Red Green Blue C M Y K H S L
Decimal 97 238 245 0.60 0.03 0 0.04 182.84 0.88 0.67
Hex 61 EE F5 3C 3 0 4 B7 58 43
Octal 141 356 365 74 3 0 4 267 130 103
Binary 1100001 11101110 11110101 111100 11 0 100 10110111 1011000 1000011

Color Harmonies of #61EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EEF5

Black with #61EEF5

Text Example


Text Example

White with #61EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,238,245); }

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

background-color css

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

 a { background-color: rgb(97,238,245); }

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

border-color css

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

 span { border-color: rgb(97,238,245); }

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