Html Css Color HEX #54ADF2 Malibu

📋 copy color: '#54ADF2'

red 84 ◦ green 173 ◦ blue 242

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

Shades of Malibu #54ADF2

Tints of Malibu #54ADF2

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.67%

 BLUE value IS 242 (94.92% from 255) = 48.5%

R = 16.83%
G = 34.67%
B = 48.5%

CMYK

 C value IS 0.65

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54ADF2 (or 0x54ADF2) is known color: Malibu. HEX triplet: 54, AD and F2. RGB value is (84,173,242). Sum of RGB (Red+Green+Blue) = 84+173+242=499 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.83% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #54ADF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54ADF2 is #AB520D. Grayscale: #999999. Windows color (decimal): -11227662 or 15904084. OLE color: 15904084.

HSL color Cylindrical-coordinate representation of color #54ADF2: hue angle of 206.2º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #54ADF2 is Cyan = 0.65, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 173 242 -
CMYK 0.65 0.29 0 0.05
HSL 206.2º 0.86% 0.64% -
HSV(B) 206.2º 0.65% 0.95% -
XYZ 34.63 38.18 89.55 -
YUV 154.26 177.51 77.89 -
System Red Green Blue C M Y K H S L
Decimal 84 173 242 0.65 0.29 0 0.05 206.2 0.86 0.64
Hex 54 AD F2 41 1D 0 5 CE 56 40
Octal 124 255 362 101 35 0 5 316 126 100
Binary 1010100 10101101 11110010 1000001 11101 0 101 11001110 1010110 1000000

Color Harmonies of #54ADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54ADF2

Black with #54ADF2

Text Example


Text Example

White with #54ADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,173,242); }

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

background-color css

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

 a { background-color: rgb(84,173,242); }

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

border-color css

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

 span { border-color: rgb(84,173,242); }

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