Html Css Color HEX #6ABAEB Malibu

📋 copy color: '#6ABAEB'

red 106 ◦ green 186 ◦ blue 235

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

Shades of Malibu #6ABAEB

Tints of Malibu #6ABAEB

RGB

 RED value IS 106 (41.8% from 255) = 20.11%

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

 BLUE value IS 235 (92.19% from 255) = 44.59%

R = 20.11%
G = 35.29%
B = 44.59%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ABAEB (or 0x6ABAEB) is known color: Malibu. HEX triplet: 6A, BA and EB. RGB value is (106,186,235). Sum of RGB (Red+Green+Blue) = 106+186+235=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 235 (92.19% from 255 or 44.59% from 527); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ABAEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABAEB is #954514. Grayscale: #A7A7A7. Windows color (decimal): -9782549 or 15448682. OLE color: 15448682.

HSL color Cylindrical-coordinate representation of color #6ABAEB: hue angle of 202.79º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABAEB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 186 235 -
CMYK 0.55 0.21 0 0.08
HSL 202.79º 0.76% 0.67% -
HSV(B) 202.79º 0.55% 0.92% -
XYZ 38.5 44.18 85.1 -
YUV 167.67 166 84.02 -
System Red Green Blue C M Y K H S L
Decimal 106 186 235 0.55 0.21 0 0.08 202.79 0.76 0.67
Hex 6A BA EB 37 15 0 8 CB 4C 43
Octal 152 272 353 67 25 0 10 313 114 103
Binary 1101010 10111010 11101011 110111 10101 0 1000 11001011 1001100 1000011

Color Harmonies of #6ABAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAEB

Black with #6ABAEB

Text Example


Text Example

White with #6ABAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,186,235); }

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

background-color css

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

 a { background-color: rgb(106,186,235); }

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

border-color css

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

 span { border-color: rgb(106,186,235); }

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