Html Css Color HEX #6EBDED Malibu

📋 copy color: '#6EBDED'

red 110 ◦ green 189 ◦ blue 237

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

Shades of Malibu #6EBDED

Tints of Malibu #6EBDED

RGB

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

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

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

R = 20.52%
G = 35.26%
B = 44.22%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EBDED (or 0x6EBDED) is known color: Malibu. HEX triplet: 6E, BD and ED. RGB value is (110,189,237). Sum of RGB (Red+Green+Blue) = 110+189+237=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 189 (74.22% from 255 or 35.26% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EBDED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBDED is #914212. Grayscale: #AAAAAA. Windows color (decimal): -9519635 or 15580526. OLE color: 15580526.

HSL color Cylindrical-coordinate representation of color #6EBDED: hue angle of 202.68º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EBDED is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 189 237 -
CMYK 0.54 0.20 0 0.07
HSL 202.68º 0.78% 0.68% -
HSV(B) 202.68º 0.54% 0.93% -
XYZ 39.91 45.82 86.86 -
YUV 170.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 110 189 237 0.54 0.20 0 0.07 202.68 0.78 0.68
Hex 6E BD ED 36 14 0 7 CB 4E 44
Octal 156 275 355 66 24 0 7 313 116 104
Binary 1101110 10111101 11101101 110110 10100 0 111 11001011 1001110 1000100

Color Harmonies of #6EBDED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDED

Black with #6EBDED

Text Example


Text Example

White with #6EBDED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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