Html Css Color HEX #6EBDDB Malibu

📋 copy color: '#6EBDDB'

red 110 ◦ green 189 ◦ blue 219

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

Shades of Malibu #6EBDDB

Tints of Malibu #6EBDDB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.49%

 BLUE value IS 219 (85.94% from 255) = 42.28%

R = 21.24%
G = 36.49%
B = 42.28%

CMYK

 C value IS 0.50

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EBDDB (or 0x6EBDDB) is known color: Malibu. HEX triplet: 6E, BD and DB. RGB value is (110,189,219). Sum of RGB (Red+Green+Blue) = 110+189+219=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #6EBDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDDB is #914224. Grayscale: #A8A8A8. Windows color (decimal): -9519653 or 14400878. OLE color: 14400878.

HSL color Cylindrical-coordinate representation of color #6EBDDB: hue angle of 196.51º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6EBDDB is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 189 219 -
CMYK 0.50 0.14 0 0.14
HSL 196.51º 0.6% 0.65% -
HSV(B) 196.51º 0.5% 0.86% -
XYZ 37.41 44.82 73.7 -
YUV 168.8 156.33 86.06 -
System Red Green Blue C M Y K H S L
Decimal 110 189 219 0.50 0.14 0 0.14 196.51 0.6 0.65
Hex 6E BD DB 32 E 0 E C5 3C 41
Octal 156 275 333 62 16 0 16 305 74 101
Binary 1101110 10111101 11011011 110010 1110 0 1110 11000101 111100 1000001

Color Harmonies of #6EBDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDDB

Black with #6EBDDB

Text Example


Text Example

White with #6EBDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,189,219); }

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

background-color css

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

 a { background-color: rgb(110,189,219); }

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

border-color css

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

 span { border-color: rgb(110,189,219); }

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