Html Css Color HEX #54FAF0 Baby Blue

📋 copy color: '#54FAF0'

red 84 ◦ green 250 ◦ blue 240

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

Shades of Baby Blue #54FAF0

Tints of Baby Blue #54FAF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 41.81%

R = 14.63%
G = 43.55%
B = 41.81%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#54FAF0 (or 0x54FAF0) is known color: Baby Blue. HEX triplet: 54, FA and F0. RGB value is (84,250,240). Sum of RGB (Red+Green+Blue) = 84+250+240=574 (76% of max value = 765). Red value is 84 (33.20% from 255 or 14.63% from 574); Green value is 250 (98.05% from 255 or 43.55% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 250 - color contains mainly: green. Hex color #54FAF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #54FAF0 is #AB050F. Grayscale: #C7C7C7. Windows color (decimal): -11207952 or 15792724. OLE color: 15792724.

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

Color convert

RGB 84 250 240 -
CMYK 0.66 0 0.04 0.02
HSL 176.39º 0.94% 0.65% -
HSV(B) 176.39º 0.66% 0.98% -
XYZ 53.57 76.55 94.39 -
YUV 199.23 151 45.81 -
System Red Green Blue C M Y K H S L
Decimal 84 250 240 0.66 0 0.04 0.02 176.39 0.94 0.65
Hex 54 FA F0 42 0 4 2 B0 5E 41
Octal 124 372 360 102 0 4 2 260 136 101
Binary 1010100 11111010 11110000 1000010 0 100 10 10110000 1011110 1000001

Color Harmonies of #54FAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54FAF0

Black with #54FAF0

Text Example


Text Example

White with #54FAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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