Html Css Color HEX #6ABBEA Malibu

📋 copy color: '#6ABBEA'

red 106 ◦ green 187 ◦ blue 234

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

Shades of Malibu #6ABBEA

Tints of Malibu #6ABBEA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.48%

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 20.11%
G = 35.48%
B = 44.4%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6ABBEA (or 0x6ABBEA) is known color: Malibu. HEX triplet: 6A, BB and EA. RGB value is (106,187,234). Sum of RGB (Red+Green+Blue) = 106+187+234=527 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.11% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #6ABBEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABBEA is #954415. Grayscale: #A7A7A7. Windows color (decimal): -9782294 or 15383402. OLE color: 15383402.

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

Color convert

RGB 106 187 234 -
CMYK 0.55 0.20 0 0.08
HSL 202.03º 0.75% 0.67% -
HSV(B) 202.03º 0.55% 0.92% -
XYZ 38.57 44.55 84.41 -
YUV 168.14 165.16 83.68 -
System Red Green Blue C M Y K H S L
Decimal 106 187 234 0.55 0.20 0 0.08 202.03 0.75 0.67
Hex 6A BB EA 37 14 0 8 CA 4B 43
Octal 152 273 352 67 24 0 10 312 113 103
Binary 1101010 10111011 11101010 110111 10100 0 1000 11001010 1001011 1000011

Color Harmonies of #6ABBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABBEA

Black with #6ABBEA

Text Example


Text Example

White with #6ABBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,187,234); }

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

background-color css

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

 a { background-color: rgb(106,187,234); }

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

border-color css

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

 span { border-color: rgb(106,187,234); }

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