Html Css Color HEX #7ABCE6 Malibu

📋 copy color: '#7ABCE6'

red 122 ◦ green 188 ◦ blue 230

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

Shades of Malibu #7ABCE6

Tints of Malibu #7ABCE6

RGB

 RED value IS 122 (48.05% from 255) = 22.59%

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

 BLUE value IS 230 (90.23% from 255) = 42.59%

R = 22.59%
G = 34.81%
B = 42.59%

CMYK

 C value IS 0.47

 M value IS 0.18

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#7ABCE6 (or 0x7ABCE6) is known color: Malibu. HEX triplet: 7A, BC and E6. RGB value is (122,188,230). Sum of RGB (Red+Green+Blue) = 122+188+230=540 (71% of max value = 765). Red value is 122 (48.05% from 255 or 22.59% from 540); Green value is 188 (73.83% from 255 or 34.81% from 540); Blue value is 230 (90.23% from 255 or 42.59% from 540); Max value from RGB is 230 - color contains mainly: blue. Hex color #7ABCE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7ABCE6 is #854319. Grayscale: #ACACAC. Windows color (decimal): -8733466 or 15121530. OLE color: 15121530.

HSL color Cylindrical-coordinate representation of color #7ABCE6: hue angle of 203.33º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7ABCE6 is Cyan = 0.47, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 122 188 230 -
CMYK 0.47 0.18 0 0.10
HSL 203.33º 0.68% 0.69% -
HSV(B) 203.33º 0.47% 0.9% -
XYZ 40.29 45.82 81.58 -
YUV 173.05 160.13 91.58 -
System Red Green Blue C M Y K H S L
Decimal 122 188 230 0.47 0.18 0 0.10 203.33 0.68 0.69
Hex 7A BC E6 2F 12 0 A CB 44 45
Octal 172 274 346 57 22 0 12 313 104 105
Binary 1111010 10111100 11100110 101111 10010 0 1010 11001011 1000100 1000101

Color Harmonies of #7ABCE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABCE6

Black with #7ABCE6

Text Example


Text Example

White with #7ABCE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ABCE6; }

 p { color: rgb(122,188,230); }

 H1.HeaderClassName
 {
   color: #7ABCE6;
 }
 .AnyTagClassName
 {
   color: #7ABCE6;
 }
</style>

background-color css

<style>
 a { background-color: #7ABCE6; }

 a { background-color: rgb(122,188,230); }

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

border-color css

<style>
 span { border-color: #7ABCE6; }

 span { border-color: rgb(122,188,230); }

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