Html Css Color HEX #54CAF2 Malibu

📋 copy color: '#54CAF2'

red 84 ◦ green 202 ◦ blue 242

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

Shades of Malibu #54CAF2

Tints of Malibu #54CAF2

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.26%

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

R = 15.91%
G = 38.26%
B = 45.83%

CMYK

 C value IS 0.65

 M value IS 0.17

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#54CAF2 (or 0x54CAF2) is known color: Malibu. HEX triplet: 54, CA and F2. RGB value is (84,202,242). Sum of RGB (Red+Green+Blue) = 84+202+242=528 (69% of max value = 765). Red value is 84 (33.20% from 255 or 15.91% from 528); Green value is 202 (79.30% from 255 or 38.26% from 528); Blue value is 242 (94.92% from 255 or 45.83% from 528); Max value from RGB is 242 - color contains mainly: blue. Hex color #54CAF2 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CAF2 is #AB350D. Grayscale: #ABABAB. Windows color (decimal): -11220238 or 15911508. OLE color: 15911508.

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

Color convert

RGB 84 202 242 -
CMYK 0.65 0.17 0 0.05
HSL 195.19º 0.86% 0.64% -
HSV(B) 195.19º 0.65% 0.95% -
XYZ 40.8 50.54 91.61 -
YUV 171.28 167.91 65.75 -
System Red Green Blue C M Y K H S L
Decimal 84 202 242 0.65 0.17 0 0.05 195.19 0.86 0.64
Hex 54 CA F2 41 11 0 5 C3 56 40
Octal 124 312 362 101 21 0 5 303 126 100
Binary 1010100 11001010 11110010 1000001 10001 0 101 11000011 1010110 1000000

Color Harmonies of #54CAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CAF2

Black with #54CAF2

Text Example


Text Example

White with #54CAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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