Html Css Color HEX #54CAEA Malibu

📋 copy color: '#54CAEA'

red 84 ◦ green 202 ◦ blue 234

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

Shades of Malibu #54CAEA

Tints of Malibu #54CAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45%

R = 16.15%
G = 38.85%
B = 45%

CMYK

 C value IS 0.64

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#54CAEA (or 0x54CAEA) is known color: Malibu. HEX triplet: 54, CA and EA. RGB value is (84,202,234). Sum of RGB (Red+Green+Blue) = 84+202+234=520 (68% of max value = 765). Red value is 84 (33.20% from 255 or 16.15% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 234 (91.80% from 255 or 45% from 520); Max value from RGB is 234 - color contains mainly: blue. Hex color #54CAEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #54CAEA is #AB3515. Grayscale: #AAAAAA. Windows color (decimal): -11220246 or 15387220. OLE color: 15387220.

HSL color Cylindrical-coordinate representation of color #54CAEA: hue angle of 192.8º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #54CAEA is Cyan = 0.64, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 202 234 -
CMYK 0.64 0.14 0 0.08
HSL 192.8º 0.78% 0.62% -
HSV(B) 192.8º 0.64% 0.92% -
XYZ 39.63 50.07 85.42 -
YUV 170.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 84 202 234 0.64 0.14 0 0.08 192.8 0.78 0.62
Hex 54 CA EA 40 E 0 8 C1 4E 3E
Octal 124 312 352 100 16 0 10 301 116 76
Binary 1010100 11001010 11101010 1000000 1110 0 1000 11000001 1001110 111110

Color Harmonies of #54CAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54CAEA

Black with #54CAEA

Text Example


Text Example

White with #54CAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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