Html Css Color HEX #68ABEB Malibu

📋 copy color: '#68ABEB'

red 104 ◦ green 171 ◦ blue 235

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

Shades of Malibu #68ABEB

Tints of Malibu #68ABEB

RGB

 RED value IS 104 (41.02% from 255) = 20.39%

 GREEN value IS 171 (67.19% from 255) = 33.53%

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

R = 20.39%
G = 33.53%
B = 46.08%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68ABEB (or 0x68ABEB) is known color: Malibu. HEX triplet: 68, AB and EB. RGB value is (104,171,235). Sum of RGB (Red+Green+Blue) = 104+171+235=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 171 (67.19% from 255 or 33.53% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #68ABEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ABEB is #975414. Grayscale: #9D9D9D. Windows color (decimal): -9917461 or 15444840. OLE color: 15444840.

HSL color Cylindrical-coordinate representation of color #68ABEB: hue angle of 209.31º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68ABEB is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 171 235 -
CMYK 0.56 0.27 0 0.08
HSL 209.31º 0.77% 0.66% -
HSV(B) 209.31º 0.56% 0.92% -
XYZ 35.27 38.07 84.09 -
YUV 158.26 171.3 89.3 -
System Red Green Blue C M Y K H S L
Decimal 104 171 235 0.56 0.27 0 0.08 209.31 0.77 0.66
Hex 68 AB EB 38 1B 0 8 D1 4D 42
Octal 150 253 353 70 33 0 10 321 115 102
Binary 1101000 10101011 11101011 111000 11011 0 1000 11010001 1001101 1000010

Color Harmonies of #68ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ABEB

Black with #68ABEB

Text Example


Text Example

White with #68ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68ABEB; }

 p { color: rgb(104,171,235); }

 H1.HeaderClassName
 {
   color: #68ABEB;
 }
 .AnyTagClassName
 {
   color: #68ABEB;
 }
</style>

background-color css

<style>
 a { background-color: #68ABEB; }

 a { background-color: rgb(104,171,235); }

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

border-color css

<style>
 span { border-color: #68ABEB; }

 span { border-color: rgb(104,171,235); }

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