Html Css Color HEX #6ABCEB Malibu

📋 copy color: '#6ABCEB'

red 106 ◦ green 188 ◦ blue 235

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

Shades of Malibu #6ABCEB

Tints of Malibu #6ABCEB

RGB

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

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

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

R = 20.04%
G = 35.54%
B = 44.42%

CMYK

 C value IS 0.55

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ABCEB (or 0x6ABCEB) is known color: Malibu. HEX triplet: 6A, BC and EB. RGB value is (106,188,235). Sum of RGB (Red+Green+Blue) = 106+188+235=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #6ABCEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABCEB is #954314. Grayscale: #A8A8A8. Windows color (decimal): -9782037 or 15449194. OLE color: 15449194.

HSL color Cylindrical-coordinate representation of color #6ABCEB: hue angle of 201.86º 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 #6ABCEB is Cyan = 0.55, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 188 235 -
CMYK 0.55 0.2 0 0.08
HSL 201.86º 0.76% 0.67% -
HSV(B) 201.86º 0.55% 0.92% -
XYZ 38.92 45.03 85.24 -
YUV 168.84 165.33 83.18 -
System Red Green Blue C M Y K H S L
Decimal 106 188 235 0.55 0.2 0 0.08 201.86 0.76 0.67
Hex 6A BC EB 37 14 0 8 CA 4C 43
Octal 152 274 353 67 24 0 10 312 114 103
Binary 1101010 10111100 11101011 110111 10100 0 1000 11001010 1001100 1000011

Color Harmonies of #6ABCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABCEB

Black with #6ABCEB

Text Example


Text Example

White with #6ABCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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