Html Css Color HEX #5CADDB Malibu

📋 copy color: '#5CADDB'

red 92 ◦ green 173 ◦ blue 219

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

Shades of Malibu #5CADDB

Tints of Malibu #5CADDB

RGB

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

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

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

R = 19.01%
G = 35.74%
B = 45.25%

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

#5CADDB (or 0x5CADDB) is known color: Malibu. HEX triplet: 5C, AD and DB. RGB value is (92,173,219). Sum of RGB (Red+Green+Blue) = 92+173+219=484 (64% of max value = 765). Red value is 92 (36.33% from 255 or 19.01% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5CADDB is #A35224. Grayscale: #999999. Windows color (decimal): -10703397 or 14396764. OLE color: 14396764.

HSL color Cylindrical-coordinate representation of color #5CADDB: hue angle of 201.73º 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 #5CADDB is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 173 219 -
CMYK 0.58 0.21 0 0.14
HSL 201.73º 0.64% 0.61% -
HSV(B) 201.73º 0.58% 0.86% -
XYZ 32.14 37.28 72.52 -
YUV 154.03 164.66 83.76 -
System Red Green Blue C M Y K H S L
Decimal 92 173 219 0.58 0.21 0 0.14 201.73 0.64 0.61
Hex 5C AD DB 3A 15 0 E CA 40 3D
Octal 134 255 333 72 25 0 16 312 100 75
Binary 1011100 10101101 11011011 111010 10101 0 1110 11001010 1000000 111101

Color Harmonies of #5CADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADDB

Black with #5CADDB

Text Example


Text Example

White with #5CADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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