Html Css Color HEX #5CACEB Malibu

📋 copy color: '#5CACEB'

red 92 ◦ green 172 ◦ blue 235

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

Shades of Malibu #5CACEB

Tints of Malibu #5CACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.09%

R = 18.44%
G = 34.47%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5CACEB (or 0x5CACEB) is known color: Malibu. HEX triplet: 5C, AC and EB. RGB value is (92,172,235). Sum of RGB (Red+Green+Blue) = 92+172+235=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #5CACEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACEB is #A35314. Grayscale: #9A9A9A. Windows color (decimal): -10703637 or 15445084. OLE color: 15445084.

HSL color Cylindrical-coordinate representation of color #5CACEB: hue angle of 206.43º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CACEB is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 92 172 235 -
CMYK 0.61 0.27 0 0.08
HSL 206.43º 0.78% 0.64% -
HSV(B) 206.43º 0.61% 0.92% -
XYZ 34.16 37.78 84.09 -
YUV 155.26 173 82.88 -
System Red Green Blue C M Y K H S L
Decimal 92 172 235 0.61 0.27 0 0.08 206.43 0.78 0.64
Hex 5C AC EB 3D 1B 0 8 CE 4E 40
Octal 134 254 353 75 33 0 10 316 116 100
Binary 1011100 10101100 11101011 111101 11011 0 1000 11001110 1001110 1000000

Color Harmonies of #5CACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACEB

Black with #5CACEB

Text Example


Text Example

White with #5CACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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