Html Css Color HEX #56AFE6 Malibu

📋 copy color: '#56AFE6'

red 86 ◦ green 175 ◦ blue 230

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

Shades of Malibu #56AFE6

Tints of Malibu #56AFE6

RGB

 RED value IS 86 (33.98% from 255) = 17.52%

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 230 (90.23% from 255) = 46.84%

R = 17.52%
G = 35.64%
B = 46.84%

CMYK

 C value IS 0.63

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#56AFE6 (or 0x56AFE6) is known color: Malibu. HEX triplet: 56, AF and E6. RGB value is (86,175,230). Sum of RGB (Red+Green+Blue) = 86+175+230=491 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.52% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 230 (90.23% from 255 or 46.84% from 491); Max value from RGB is 230 - color contains mainly: blue. Hex color #56AFE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #56AFE6 is #A95019. Grayscale: #9A9A9A. Windows color (decimal): -11096090 or 15118166. OLE color: 15118166.

HSL color Cylindrical-coordinate representation of color #56AFE6: hue angle of 202.92º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #56AFE6 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 86 175 230 -
CMYK 0.63 0.24 0 0.10
HSL 202.92º 0.74% 0.62% -
HSV(B) 202.92º 0.63% 0.9% -
XYZ 33.45 38.35 80.5 -
YUV 154.66 170.51 79.03 -
System Red Green Blue C M Y K H S L
Decimal 86 175 230 0.63 0.24 0 0.10 202.92 0.74 0.62
Hex 56 AF E6 3F 18 0 A CB 4A 3E
Octal 126 257 346 77 30 0 12 313 112 76
Binary 1010110 10101111 11100110 111111 11000 0 1010 11001011 1001010 111110

Color Harmonies of #56AFE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56AFE6

Black with #56AFE6

Text Example


Text Example

White with #56AFE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56AFE6; }

 p { color: rgb(86,175,230); }

 H1.HeaderClassName
 {
   color: #56AFE6;
 }
 .AnyTagClassName
 {
   color: #56AFE6;
 }
</style>

background-color css

<style>
 a { background-color: #56AFE6; }

 a { background-color: rgb(86,175,230); }

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

border-color css

<style>
 span { border-color: #56AFE6; }

 span { border-color: rgb(86,175,230); }

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