Html Css Color HEX #5CBBDB Malibu

📋 copy color: '#5CBBDB'

red 92 ◦ green 187 ◦ blue 219

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

Shades of Malibu #5CBBDB

Tints of Malibu #5CBBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.55%

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

R = 18.47%
G = 37.55%
B = 43.98%

CMYK

 C value IS 0.58

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5CBBDB (or 0x5CBBDB) is known color: Malibu. HEX triplet: 5C, BB and DB. RGB value is (92,187,219). Sum of RGB (Red+Green+Blue) = 92+187+219=498 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.47% from 498); Green value is 187 (73.44% from 255 or 37.55% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #5CBBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBDB is #A34424. Grayscale: #A2A2A2. Windows color (decimal): -10699813 or 14400348. OLE color: 14400348.

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

Color convert

RGB 92 187 219 -
CMYK 0.58 0.15 0 0.14
HSL 195.12º 0.64% 0.61% -
HSV(B) 195.12º 0.58% 0.86% -
XYZ 34.97 42.93 73.46 -
YUV 162.24 160.03 77.9 -
System Red Green Blue C M Y K H S L
Decimal 92 187 219 0.58 0.15 0 0.14 195.12 0.64 0.61
Hex 5C BB DB 3A F 0 E C3 40 3D
Octal 134 273 333 72 17 0 16 303 100 75
Binary 1011100 10111011 11011011 111010 1111 0 1110 11000011 1000000 111101

Color Harmonies of #5CBBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBBDB

Black with #5CBBDB

Text Example


Text Example

White with #5CBBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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