Html Css Color HEX #5AC8ED Malibu

📋 copy color: '#5AC8ED'

red 90 ◦ green 200 ◦ blue 237

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

Shades of Malibu #5AC8ED

Tints of Malibu #5AC8ED

RGB

 RED value IS 90 (35.55% from 255) = 17.08%

 GREEN value IS 200 (78.52% from 255) = 37.95%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 17.08%
G = 37.95%
B = 44.97%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5AC8ED (or 0x5AC8ED) is known color: Malibu. HEX triplet: 5A, C8 and ED. RGB value is (90,200,237). Sum of RGB (Red+Green+Blue) = 90+200+237=527 (69% of max value = 765). Red value is 90 (35.55% from 255 or 17.08% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #5AC8ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #5AC8ED is #A53712. Grayscale: #ABABAB. Windows color (decimal): -10827539 or 15583322. OLE color: 15583322.

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

Color convert

RGB 90 200 237 -
CMYK 0.62 0.16 0 0.07
HSL 195.1º 0.8% 0.64% -
HSV(B) 195.1º 0.62% 0.93% -
XYZ 40.16 49.6 87.58 -
YUV 171.33 165.06 69.99 -
System Red Green Blue C M Y K H S L
Decimal 90 200 237 0.62 0.16 0 0.07 195.1 0.8 0.64
Hex 5A C8 ED 3E 10 0 7 C3 50 40
Octal 132 310 355 76 20 0 7 303 120 100
Binary 1011010 11001000 11101101 111110 10000 0 111 11000011 1010000 1000000

Color Harmonies of #5AC8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC8ED

Black with #5AC8ED

Text Example


Text Example

White with #5AC8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,200,237); }

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

background-color css

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

 a { background-color: rgb(90,200,237); }

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

border-color css

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

 span { border-color: rgb(90,200,237); }

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