Html Css Color HEX #5CBBE1 Malibu

📋 copy color: '#5CBBE1'

red 92 ◦ green 187 ◦ blue 225

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

Shades of Malibu #5CBBE1

Tints of Malibu #5CBBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 44.64%

R = 18.25%
G = 37.1%
B = 44.64%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#5CBBE1 (or 0x5CBBE1) is known color: Malibu. HEX triplet: 5C, BB and E1. RGB value is (92,187,225). Sum of RGB (Red+Green+Blue) = 92+187+225=504 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.25% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 225 (88.28% from 255 or 44.64% from 504); Max value from RGB is 225 - color contains mainly: blue. Hex color #5CBBE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CBBE1 is #A3441E. Grayscale: #A2A2A2. Windows color (decimal): -10699807 or 14793564. OLE color: 14793564.

HSL color Cylindrical-coordinate representation of color #5CBBE1: hue angle of 197.14º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5CBBE1 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 92 187 225 -
CMYK 0.59 0.17 0 0.12
HSL 197.14º 0.69% 0.62% -
HSV(B) 197.14º 0.59% 0.88% -
XYZ 35.77 43.25 77.7 -
YUV 162.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 92 187 225 0.59 0.17 0 0.12 197.14 0.69 0.62
Hex 5C BB E1 3B 11 0 C C5 45 3E
Octal 134 273 341 73 21 0 14 305 105 76
Binary 1011100 10111011 11100001 111011 10001 0 1100 11000101 1000101 111110

Color Harmonies of #5CBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CBBE1

Black with #5CBBE1

Text Example


Text Example

White with #5CBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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