Html Css Color HEX #6EBFDC Malibu

📋 copy color: '#6EBFDC'

red 110 ◦ green 191 ◦ blue 220

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

Shades of Malibu #6EBFDC

Tints of Malibu #6EBFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 36.66%

 BLUE value IS 220 (86.33% from 255) = 42.23%

R = 21.11%
G = 36.66%
B = 42.23%

CMYK

 C value IS 0.50

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6EBFDC (or 0x6EBFDC) is known color: Malibu. HEX triplet: 6E, BF and DC. RGB value is (110,191,220). Sum of RGB (Red+Green+Blue) = 110+191+220=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 191 (75% from 255 or 36.66% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #6EBFDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFDC is #914023. Grayscale: #A9A9A9. Windows color (decimal): -9519140 or 14466926. OLE color: 14466926.

HSL color Cylindrical-coordinate representation of color #6EBFDC: hue angle of 195.82º degrees, saturation: 0.61, 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 #6EBFDC is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 110 191 220 -
CMYK 0.50 0.13 0 0.14
HSL 195.82º 0.61% 0.65% -
HSV(B) 195.82º 0.5% 0.86% -
XYZ 37.98 45.74 74.54 -
YUV 170.09 156.16 85.14 -
System Red Green Blue C M Y K H S L
Decimal 110 191 220 0.50 0.13 0 0.14 195.82 0.61 0.65
Hex 6E BF DC 32 D 0 E C4 3D 41
Octal 156 277 334 62 15 0 16 304 75 101
Binary 1101110 10111111 11011100 110010 1101 0 1110 11000100 111101 1000001

Color Harmonies of #6EBFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFDC

Black with #6EBFDC

Text Example


Text Example

White with #6EBFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,220); }

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

background-color css

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

 a { background-color: rgb(110,191,220); }

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

border-color css

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

 span { border-color: rgb(110,191,220); }

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