Html Css Color HEX #54AFFC Malibu

📋 copy color: '#54AFFC'

red 84 ◦ green 175 ◦ blue 252

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

Shades of Malibu #54AFFC

Tints of Malibu #54AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 34.25%

 BLUE value IS 252 (98.83% from 255) = 49.32%

R = 16.44%
G = 34.25%
B = 49.32%

CMYK

 C value IS 0.67

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#54AFFC (or 0x54AFFC) is known color: Malibu. HEX triplet: 54, AF and FC. RGB value is (84,175,252). Sum of RGB (Red+Green+Blue) = 84+175+252=511 (67% of max value = 765). Red value is 84 (33.20% from 255 or 16.44% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #54AFFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #54AFFC is #AB5003. Grayscale: #9C9C9C. Windows color (decimal): -11227140 or 16559956. OLE color: 16559956.

HSL color Cylindrical-coordinate representation of color #54AFFC: hue angle of 207.5º degrees, saturation: 0.97, 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 #54AFFC is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 84 175 252 -
CMYK 0.67 0.31 0 0.01
HSL 207.5º 0.97% 0.66% -
HSV(B) 207.5º 0.67% 0.99% -
XYZ 36.56 39.57 97.81 -
YUV 156.57 181.85 76.24 -
System Red Green Blue C M Y K H S L
Decimal 84 175 252 0.67 0.31 0 0.01 207.5 0.97 0.66
Hex 54 AF FC 43 1F 0 1 D0 61 42
Octal 124 257 374 103 37 0 1 320 141 102
Binary 1010100 10101111 11111100 1000011 11111 0 1 11010000 1100001 1000010

Color Harmonies of #54AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AFFC

Black with #54AFFC

Text Example


Text Example

White with #54AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,175,252); }

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

background-color css

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

 a { background-color: rgb(84,175,252); }

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

border-color css

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

 span { border-color: rgb(84,175,252); }

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