Html Css Color HEX #68ADEB Malibu

📋 copy color: '#68ADEB'

red 104 ◦ green 173 ◦ blue 235

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

Shades of Malibu #68ADEB

Tints of Malibu #68ADEB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.79%

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

R = 20.31%
G = 33.79%
B = 45.9%

CMYK

 C value IS 0.56

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68ADEB (or 0x68ADEB) is known color: Malibu. HEX triplet: 68, AD and EB. RGB value is (104,173,235). Sum of RGB (Red+Green+Blue) = 104+173+235=512 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.31% from 512); Green value is 173 (67.97% from 255 or 33.79% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #68ADEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68ADEB is #975214. Grayscale: #9F9F9F. Windows color (decimal): -9916949 or 15445352. OLE color: 15445352.

HSL color Cylindrical-coordinate representation of color #68ADEB: hue angle of 208.4º 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 #68ADEB is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 173 235 -
CMYK 0.56 0.26 0 0.08
HSL 208.4º 0.77% 0.66% -
HSV(B) 208.4º 0.56% 0.92% -
XYZ 35.65 38.83 84.21 -
YUV 159.44 170.64 88.46 -
System Red Green Blue C M Y K H S L
Decimal 104 173 235 0.56 0.26 0 0.08 208.4 0.77 0.66
Hex 68 AD EB 38 1A 0 8 D0 4D 42
Octal 150 255 353 70 32 0 10 320 115 102
Binary 1101000 10101101 11101011 111000 11010 0 1000 11010000 1001101 1000010

Color Harmonies of #68ADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADEB

Black with #68ADEB

Text Example


Text Example

White with #68ADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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