Html Css Color HEX #5CACDB Malibu

📋 copy color: '#5CACDB'

red 92 ◦ green 172 ◦ blue 219

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

Shades of Malibu #5CACDB

Tints of Malibu #5CACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.61%

 BLUE value IS 219 (85.94% from 255) = 45.34%

R = 19.05%
G = 35.61%
B = 45.34%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CACDB (or 0x5CACDB) is known color: Malibu. HEX triplet: 5C, AC and DB. RGB value is (92,172,219). Sum of RGB (Red+Green+Blue) = 92+172+219=483 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.05% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CACDB is #A35324. Grayscale: #999999. Windows color (decimal): -10703653 or 14396508. OLE color: 14396508.

HSL color Cylindrical-coordinate representation of color #5CACDB: hue angle of 202.2º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CACDB is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 172 219 -
CMYK 0.58 0.21 0 0.14
HSL 202.2º 0.64% 0.61% -
HSV(B) 202.2º 0.58% 0.86% -
XYZ 31.95 36.89 72.46 -
YUV 153.44 165 84.18 -
System Red Green Blue C M Y K H S L
Decimal 92 172 219 0.58 0.21 0 0.14 202.2 0.64 0.61
Hex 5C AC DB 3A 15 0 E CA 40 3D
Octal 134 254 333 72 25 0 16 312 100 75
Binary 1011100 10101100 11011011 111010 10101 0 1110 11001010 1000000 111101

Color Harmonies of #5CACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACDB

Black with #5CACDB

Text Example


Text Example

White with #5CACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,172,219); }

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

background-color css

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

 a { background-color: rgb(92,172,219); }

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

border-color css

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

 span { border-color: rgb(92,172,219); }

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