Html Css Color HEX #5CADEC Malibu

📋 copy color: '#5CADEC'

red 92 ◦ green 173 ◦ blue 236

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

Shades of Malibu #5CADEC

Tints of Malibu #5CADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.53%

 BLUE value IS 236 (92.58% from 255) = 47.11%

R = 18.36%
G = 34.53%
B = 47.11%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5CADEC (or 0x5CADEC) is known color: Malibu. HEX triplet: 5C, AD and EC. RGB value is (92,173,236). Sum of RGB (Red+Green+Blue) = 92+173+236=501 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.36% from 501); Green value is 173 (67.97% from 255 or 34.53% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #5CADEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CADEC is #A35213. Grayscale: #9B9B9B. Windows color (decimal): -10703380 or 15510876. OLE color: 15510876.

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

Color convert

RGB 92 173 236 -
CMYK 0.61 0.27 0 0.07
HSL 206.25º 0.79% 0.64% -
HSV(B) 206.25º 0.61% 0.93% -
XYZ 34.5 38.22 84.92 -
YUV 155.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 92 173 236 0.61 0.27 0 0.07 206.25 0.79 0.64
Hex 5C AD EC 3D 1B 0 7 CE 4F 40
Octal 134 255 354 75 33 0 7 316 117 100
Binary 1011100 10101101 11101100 111101 11011 0 111 11001110 1001111 1000000

Color Harmonies of #5CADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CADEC

Black with #5CADEC

Text Example


Text Example

White with #5CADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,173,236); }

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

background-color css

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

 a { background-color: rgb(92,173,236); }

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

border-color css

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

 span { border-color: rgb(92,173,236); }

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