Html Css Color HEX #5CADE6 Malibu

📋 copy color: '#5CADE6'

red 92 ◦ green 173 ◦ blue 230

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

Shades of Malibu #5CADE6

Tints of Malibu #5CADE6

RGB

 RED value IS 92 (36.33% from 255) = 18.59%

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

 BLUE value IS 230 (90.23% from 255) = 46.46%

R = 18.59%
G = 34.95%
B = 46.46%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#5CADE6 (or 0x5CADE6) is known color: Malibu. HEX triplet: 5C, AD and E6. RGB value is (92,173,230). Sum of RGB (Red+Green+Blue) = 92+173+230=495 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.59% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #5CADE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CADE6 is #A35219. Grayscale: #9A9A9A. Windows color (decimal): -10703386 or 15117660. OLE color: 15117660.

HSL color Cylindrical-coordinate representation of color #5CADE6: hue angle of 204.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5CADE6 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 92 173 230 -
CMYK 0.60 0.25 0 0.10
HSL 204.78º 0.73% 0.63% -
HSV(B) 204.78º 0.6% 0.9% -
XYZ 33.64 37.88 80.4 -
YUV 155.28 170.16 82.87 -
System Red Green Blue C M Y K H S L
Decimal 92 173 230 0.60 0.25 0 0.10 204.78 0.73 0.63
Hex 5C AD E6 3C 19 0 A CD 49 3F
Octal 134 255 346 74 31 0 12 315 111 77
Binary 1011100 10101101 11100110 111100 11001 0 1010 11001101 1001001 111111

Color Harmonies of #5CADE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADE6

Black with #5CADE6

Text Example


Text Example

White with #5CADE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5CADE6; }

 p { color: rgb(92,173,230); }

 H1.HeaderClassName
 {
   color: #5CADE6;
 }
 .AnyTagClassName
 {
   color: #5CADE6;
 }
</style>

background-color css

<style>
 a { background-color: #5CADE6; }

 a { background-color: rgb(92,173,230); }

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

border-color css

<style>
 span { border-color: #5CADE6; }

 span { border-color: rgb(92,173,230); }

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