Html Css Color HEX #54FAE6 Baby Blue

📋 copy color: '#54FAE6'

red 84 ◦ green 250 ◦ blue 230

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

Shades of Baby Blue #54FAE6

Tints of Baby Blue #54FAE6

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.33%

 BLUE value IS 230 (90.23% from 255) = 40.78%

R = 14.89%
G = 44.33%
B = 40.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#54FAE6 (or 0x54FAE6) is known color: Baby Blue. HEX triplet: 54, FA and E6. RGB value is (84,250,230). Sum of RGB (Red+Green+Blue) = 84+250+230=564 (74% of max value = 765). Red value is 84 (33.20% from 255 or 14.89% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 230 (90.23% from 255 or 40.78% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAE6 is #AB0519. Grayscale: #C6C6C6. Windows color (decimal): -11207962 or 15137364. OLE color: 15137364.

HSL color Cylindrical-coordinate representation of color #54FAE6: hue angle of 172.77º degrees, saturation: 0.94, 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 #54FAE6 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 250 230 -
CMYK 0.66 0 0.08 0.02
HSL 172.77º 0.94% 0.65% -
HSV(B) 172.77º 0.66% 0.98% -
XYZ 52.12 75.97 86.78 -
YUV 198.09 146 46.63 -
System Red Green Blue C M Y K H S L
Decimal 84 250 230 0.66 0 0.08 0.02 172.77 0.94 0.65
Hex 54 FA E6 42 0 8 2 AD 5E 41
Octal 124 372 346 102 0 10 2 255 136 101
Binary 1010100 11111010 11100110 1000010 0 1000 10 10101101 1011110 1000001

Color Harmonies of #54FAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FAE6

Black with #54FAE6

Text Example


Text Example

White with #54FAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,250,230); }

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

background-color css

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

 a { background-color: rgb(84,250,230); }

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

border-color css

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

 span { border-color: rgb(84,250,230); }

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