Html Css Color HEX #5CB7DD Malibu

📋 copy color: '#5CB7DD'

red 92 ◦ green 183 ◦ blue 221

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

Shades of Malibu #5CB7DD

Tints of Malibu #5CB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.9%

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 18.55%
G = 36.9%
B = 44.56%

CMYK

 C value IS 0.58

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5CB7DD (or 0x5CB7DD) is known color: Malibu. HEX triplet: 5C, B7 and DD. RGB value is (92,183,221). Sum of RGB (Red+Green+Blue) = 92+183+221=496 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.55% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #5CB7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CB7DD is #A34822. Grayscale: #9F9F9F. Windows color (decimal): -10700835 or 14530396. OLE color: 14530396.

HSL color Cylindrical-coordinate representation of color #5CB7DD: hue angle of 197.67º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CB7DD is Cyan = 0.58, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 92 183 221 -
CMYK 0.58 0.17 0 0.13
HSL 197.67º 0.65% 0.61% -
HSV(B) 197.67º 0.58% 0.87% -
XYZ 34.4 41.36 74.58 -
YUV 160.12 162.35 79.41 -
System Red Green Blue C M Y K H S L
Decimal 92 183 221 0.58 0.17 0 0.13 197.67 0.65 0.61
Hex 5C B7 DD 3A 11 0 D C6 41 3D
Octal 134 267 335 72 21 0 15 306 101 75
Binary 1011100 10110111 11011101 111010 10001 0 1101 11000110 1000001 111101

Color Harmonies of #5CB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB7DD

Black with #5CB7DD

Text Example


Text Example

White with #5CB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,183,221); }

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

background-color css

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

 a { background-color: rgb(92,183,221); }

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

border-color css

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

 span { border-color: rgb(92,183,221); }

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