Html Css Color HEX #6ABAEE Malibu

📋 copy color: '#6ABAEE'

red 106 ◦ green 186 ◦ blue 238

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

Shades of Malibu #6ABAEE

Tints of Malibu #6ABAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.91%

R = 20%
G = 35.09%
B = 44.91%

CMYK

 C value IS 0.55

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6ABAEE (or 0x6ABAEE) is known color: Malibu. HEX triplet: 6A, BA and EE. RGB value is (106,186,238). Sum of RGB (Red+Green+Blue) = 106+186+238=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 238 (93.36% from 255 or 44.91% from 530); Max value from RGB is 238 - color contains mainly: blue. Hex color #6ABAEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ABAEE is #954511. Grayscale: #A7A7A7. Windows color (decimal): -9782546 or 15645290. OLE color: 15645290.

HSL color Cylindrical-coordinate representation of color #6ABAEE: hue angle of 203.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ABAEE is Cyan = 0.55, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 186 238 -
CMYK 0.55 0.22 0 0.07
HSL 203.64º 0.8% 0.67% -
HSV(B) 203.64º 0.55% 0.93% -
XYZ 38.94 44.36 87.4 -
YUV 168.01 167.5 83.77 -
System Red Green Blue C M Y K H S L
Decimal 106 186 238 0.55 0.22 0 0.07 203.64 0.8 0.67
Hex 6A BA EE 37 16 0 7 CC 50 43
Octal 152 272 356 67 26 0 7 314 120 103
Binary 1101010 10111010 11101110 110111 10110 0 111 11001100 1010000 1000011

Color Harmonies of #6ABAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABAEE

Black with #6ABAEE

Text Example


Text Example

White with #6ABAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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