Html Css Color HEX #54B2F2 Malibu

📋 copy color: '#54B2F2'

red 84 ◦ green 178 ◦ blue 242

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

Shades of Malibu #54B2F2

Tints of Malibu #54B2F2

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

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

R = 16.67%
G = 35.32%
B = 48.02%

CMYK

 C value IS 0.65

 M value IS 0.26

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54B2F2 (or 0x54B2F2) is known color: Malibu. HEX triplet: 54, B2 and F2. RGB value is (84,178,242). Sum of RGB (Red+Green+Blue) = 84+178+242=504 (66% of max value = 765). Red value is 84 (33.20% from 255 or 16.67% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #54B2F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54B2F2 is #AB4D0D. Grayscale: #9C9C9C. Windows color (decimal): -11226382 or 15905364. OLE color: 15905364.

HSL color Cylindrical-coordinate representation of color #54B2F2: hue angle of 204.3º 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 #54B2F2 is Cyan = 0.65, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 178 242 -
CMYK 0.65 0.26 0 0.05
HSL 204.3º 0.86% 0.64% -
HSV(B) 204.3º 0.65% 0.95% -
XYZ 35.6 40.14 89.88 -
YUV 157.19 175.86 75.8 -
System Red Green Blue C M Y K H S L
Decimal 84 178 242 0.65 0.26 0 0.05 204.3 0.86 0.64
Hex 54 B2 F2 41 1A 0 5 CC 56 40
Octal 124 262 362 101 32 0 5 314 126 100
Binary 1010100 10110010 11110010 1000001 11010 0 101 11001100 1010110 1000000

Color Harmonies of #54B2F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54B2F2

Black with #54B2F2

Text Example


Text Example

White with #54B2F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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