Html Css Color HEX #5CACEE Malibu

📋 copy color: '#5CACEE'

red 92 ◦ green 172 ◦ blue 238

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

Shades of Malibu #5CACEE

Tints of Malibu #5CACEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 47.41%

R = 18.33%
G = 34.26%
B = 47.41%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CACEE (or 0x5CACEE) is known color: Malibu. HEX triplet: 5C, AC and EE. RGB value is (92,172,238). Sum of RGB (Red+Green+Blue) = 92+172+238=502 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.33% from 502); Green value is 172 (67.58% from 255 or 34.26% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #5CACEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CACEE is #A35311. Grayscale: #9B9B9B. Windows color (decimal): -10703634 or 15641692. OLE color: 15641692.

HSL color Cylindrical-coordinate representation of color #5CACEE: hue angle of 207.12º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CACEE is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 92 172 238 -
CMYK 0.61 0.28 0 0.07
HSL 207.12º 0.81% 0.65% -
HSV(B) 207.12º 0.61% 0.93% -
XYZ 34.6 37.95 86.39 -
YUV 155.6 174.5 82.63 -
System Red Green Blue C M Y K H S L
Decimal 92 172 238 0.61 0.28 0 0.07 207.12 0.81 0.65
Hex 5C AC EE 3D 1C 0 7 CF 51 41
Octal 134 254 356 75 34 0 7 317 121 101
Binary 1011100 10101100 11101110 111101 11100 0 111 11001111 1010001 1000001

Color Harmonies of #5CACEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CACEE

Black with #5CACEE

Text Example


Text Example

White with #5CACEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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