Html Css Color HEX #6EBCED Malibu

📋 copy color: '#6EBCED'

red 110 ◦ green 188 ◦ blue 237

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

Shades of Malibu #6EBCED

Tints of Malibu #6EBCED

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.14%

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

R = 20.56%
G = 35.14%
B = 44.3%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6EBCED (or 0x6EBCED) is known color: Malibu. HEX triplet: 6E, BC and ED. RGB value is (110,188,237). Sum of RGB (Red+Green+Blue) = 110+188+237=535 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.56% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #6EBCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EBCED is #914312. Grayscale: #A9A9A9. Windows color (decimal): -9519891 or 15580270. OLE color: 15580270.

HSL color Cylindrical-coordinate representation of color #6EBCED: hue angle of 203.15º 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 #6EBCED is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 188 237 -
CMYK 0.54 0.21 0 0.07
HSL 203.15º 0.78% 0.68% -
HSV(B) 203.15º 0.54% 0.93% -
XYZ 39.7 45.4 86.79 -
YUV 170.26 165.66 85.02 -
System Red Green Blue C M Y K H S L
Decimal 110 188 237 0.54 0.21 0 0.07 203.15 0.78 0.68
Hex 6E BC ED 36 15 0 7 CB 4E 44
Octal 156 274 355 66 25 0 7 313 116 104
Binary 1101110 10111100 11101101 110110 10101 0 111 11001011 1001110 1000100

Color Harmonies of #6EBCED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCED

Black with #6EBCED

Text Example


Text Example

White with #6EBCED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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