Html Css Color HEX #61EDFF Baby Blue

📋 copy color: '#61EDFF'

red 97 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #61EDFF

Tints of Baby Blue #61EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.24%

 BLUE value IS 255 (100% from 255) = 43.29%

R = 16.47%
G = 40.24%
B = 43.29%

CMYK

 C value IS 0.62

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#61EDFF (or 0x61EDFF) is known color: Baby Blue. HEX triplet: 61, ED and FF. RGB value is (97,237,255). Sum of RGB (Red+Green+Blue) = 97+237+255=589 (78% of max value = 765). Red value is 97 (38.28% from 255 or 16.47% from 589); Green value is 237 (92.97% from 255 or 40.24% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #61EDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #61EDFF is #9E1200. Grayscale: #C4C4C4. Windows color (decimal): -10359297 or 16772449. OLE color: 16772449.

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

Color convert

RGB 97 237 255 -
CMYK 0.62 0.07 0 0
HSL 186.84º 1% 0.69% -
HSV(B) 186.84º 0.62% 1% -
XYZ 53.26 70.33 105.38 -
YUV 197.19 160.62 56.54 -
System Red Green Blue C M Y K H S L
Decimal 97 237 255 0.62 0.07 0 0 186.84 1 0.69
Hex 61 ED FF 3E 7 0 0 BB 64 45
Octal 141 355 377 76 7 0 0 273 144 105
Binary 1100001 11101101 11111111 111110 111 0 0 10111011 1100100 1000101

Color Harmonies of #61EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61EDFF

Black with #61EDFF

Text Example


Text Example

White with #61EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,237,255); }

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

background-color css

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

 a { background-color: rgb(97,237,255); }

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

border-color css

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

 span { border-color: rgb(97,237,255); }

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