Html Css Color HEX #54EDF9 Baby Blue

📋 copy color: '#54EDF9'

red 84 ◦ green 237 ◦ blue 249

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

Shades of Baby Blue #54EDF9

Tints of Baby Blue #54EDF9

RGB

 RED value IS 84 (33.2% from 255) = 14.74%

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

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 14.74%
G = 41.58%
B = 43.68%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#54EDF9 (or 0x54EDF9) is known color: Baby Blue. HEX triplet: 54, ED and F9. RGB value is (84,237,249). Sum of RGB (Red+Green+Blue) = 84+237+249=570 (75% of max value = 765). Red value is 84 (33.20% from 255 or 14.74% from 570); Green value is 237 (92.97% from 255 or 41.58% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #54EDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54EDF9 is #AB1206. Grayscale: #C0C0C0. Windows color (decimal): -11211271 or 16379220. OLE color: 16379220.

HSL color Cylindrical-coordinate representation of color #54EDF9: hue angle of 184.36º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #54EDF9 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 237 249 -
CMYK 0.66 0.05 0 0.02
HSL 184.36º 0.93% 0.65% -
HSV(B) 184.36º 0.66% 0.98% -
XYZ 51.04 69.29 100.31 -
YUV 192.62 159.81 50.52 -
System Red Green Blue C M Y K H S L
Decimal 84 237 249 0.66 0.05 0 0.02 184.36 0.93 0.65
Hex 54 ED F9 42 5 0 2 B8 5D 41
Octal 124 355 371 102 5 0 2 270 135 101
Binary 1010100 11101101 11111001 1000010 101 0 10 10111000 1011101 1000001

Color Harmonies of #54EDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54EDF9

Black with #54EDF9

Text Example


Text Example

White with #54EDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54EDF9; }

 p { color: rgb(84,237,249); }

 H1.HeaderClassName
 {
   color: #54EDF9;
 }
 .AnyTagClassName
 {
   color: #54EDF9;
 }
</style>

background-color css

<style>
 a { background-color: #54EDF9; }

 a { background-color: rgb(84,237,249); }

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

border-color css

<style>
 span { border-color: #54EDF9; }

 span { border-color: rgb(84,237,249); }

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