Html Css Color HEX #54FDF9 Baby Blue

📋 copy color: '#54FDF9'

red 84 ◦ green 253 ◦ blue 249

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

Shades of Baby Blue #54FDF9

Tints of Baby Blue #54FDF9

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.17%

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

R = 14.33%
G = 43.17%
B = 42.49%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#54FDF9 (or 0x54FDF9) is known color: Baby Blue. HEX triplet: 54, FD and F9. RGB value is (84,253,249). Sum of RGB (Red+Green+Blue) = 84+253+249=586 (77% of max value = 765). Red value is 84 (33.20% from 255 or 14.33% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #54FDF9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FDF9 is #AB0206. Grayscale: #C9C9C9. Windows color (decimal): -11207175 or 16383316. OLE color: 16383316.

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

Color convert

RGB 84 253 249 -
CMYK 0.67 0 0.02 0.01
HSL 178.58º 0.98% 0.66% -
HSV(B) 178.58º 0.67% 0.99% -
XYZ 55.88 78.97 101.92 -
YUV 202.01 154.51 43.83 -
System Red Green Blue C M Y K H S L
Decimal 84 253 249 0.67 0 0.02 0.01 178.58 0.98 0.66
Hex 54 FD F9 43 0 2 1 B3 62 42
Octal 124 375 371 103 0 2 1 263 142 102
Binary 1010100 11111101 11111001 1000011 0 10 1 10110011 1100010 1000010

Color Harmonies of #54FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FDF9

Black with #54FDF9

Text Example


Text Example

White with #54FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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