Html Css Color HEX #6EBAEB Malibu

📋 copy color: '#6EBAEB'

red 110 ◦ green 186 ◦ blue 235

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

Shades of Malibu #6EBAEB

Tints of Malibu #6EBAEB

RGB

 RED value IS 110 (43.36% from 255) = 20.72%

 GREEN value IS 186 (73.05% from 255) = 35.03%

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

R = 20.72%
G = 35.03%
B = 44.26%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6EBAEB (or 0x6EBAEB) is known color: Malibu. HEX triplet: 6E, BA and EB. RGB value is (110,186,235). Sum of RGB (Red+Green+Blue) = 110+186+235=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EBAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBAEB is #914514. Grayscale: #A8A8A8. Windows color (decimal): -9520405 or 15448686. OLE color: 15448686.

HSL color Cylindrical-coordinate representation of color #6EBAEB: hue angle of 203.52º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EBAEB is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 110 186 235 -
CMYK 0.53 0.21 0 0.08
HSL 203.52º 0.76% 0.68% -
HSV(B) 203.52º 0.53% 0.92% -
XYZ 38.98 44.43 85.12 -
YUV 168.86 165.32 86.02 -
System Red Green Blue C M Y K H S L
Decimal 110 186 235 0.53 0.21 0 0.08 203.52 0.76 0.68
Hex 6E BA EB 35 15 0 8 CC 4C 44
Octal 156 272 353 65 25 0 10 314 114 104
Binary 1101110 10111010 11101011 110101 10101 0 1000 11001100 1001100 1000100

Color Harmonies of #6EBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAEB

Black with #6EBAEB

Text Example


Text Example

White with #6EBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6EBAEB; }

 p { color: rgb(110,186,235); }

 H1.HeaderClassName
 {
   color: #6EBAEB;
 }
 .AnyTagClassName
 {
   color: #6EBAEB;
 }
</style>

background-color css

<style>
 a { background-color: #6EBAEB; }

 a { background-color: rgb(110,186,235); }

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

border-color css

<style>
 span { border-color: #6EBAEB; }

 span { border-color: rgb(110,186,235); }

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