Html Css Color HEX #6EBAE5 Malibu

📋 copy color: '#6EBAE5'

red 110 ◦ green 186 ◦ blue 229

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

Shades of Malibu #6EBAE5

Tints of Malibu #6EBAE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 43.62%

R = 20.95%
G = 35.43%
B = 43.62%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#6EBAE5 (or 0x6EBAE5) is known color: Malibu. HEX triplet: 6E, BA and E5. RGB value is (110,186,229). Sum of RGB (Red+Green+Blue) = 110+186+229=525 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.95% from 525); Green value is 186 (73.05% from 255 or 35.43% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #6EBAE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBAE5 is #91451A. Grayscale: #A7A7A7. Windows color (decimal): -9520411 or 15055470. OLE color: 15055470.

HSL color Cylindrical-coordinate representation of color #6EBAE5: hue angle of 201.68º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6EBAE5 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 110 186 229 -
CMYK 0.52 0.19 0 0.10
HSL 201.68º 0.7% 0.66% -
HSV(B) 201.68º 0.52% 0.9% -
XYZ 38.13 44.09 80.63 -
YUV 168.18 162.32 86.5 -
System Red Green Blue C M Y K H S L
Decimal 110 186 229 0.52 0.19 0 0.10 201.68 0.7 0.66
Hex 6E BA E5 34 13 0 A CA 46 42
Octal 156 272 345 64 23 0 12 312 106 102
Binary 1101110 10111010 11100101 110100 10011 0 1010 11001010 1000110 1000010

Color Harmonies of #6EBAE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBAE5

Black with #6EBAE5

Text Example


Text Example

White with #6EBAE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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