Html Css Color HEX #68ADD7 Malibu

📋 copy color: '#68ADD7'

red 104 ◦ green 173 ◦ blue 215

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

Shades of Malibu #68ADD7

Tints of Malibu #68ADD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 21.14%
G = 35.16%
B = 43.7%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68ADD7 (or 0x68ADD7) is known color: Malibu. HEX triplet: 68, AD and D7. RGB value is (104,173,215). Sum of RGB (Red+Green+Blue) = 104+173+215=492 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.14% from 492); Green value is 173 (67.97% from 255 or 35.16% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #68ADD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68ADD7 is #975228. Grayscale: #9C9C9C. Windows color (decimal): -9916969 or 14134632. OLE color: 14134632.

HSL color Cylindrical-coordinate representation of color #68ADD7: hue angle of 202.7º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68ADD7 is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 173 215 -
CMYK 0.52 0.20 0 0.16
HSL 202.7º 0.58% 0.63% -
HSV(B) 202.7º 0.52% 0.84% -
XYZ 32.92 37.74 69.84 -
YUV 157.16 160.64 90.08 -
System Red Green Blue C M Y K H S L
Decimal 104 173 215 0.52 0.20 0 0.16 202.7 0.58 0.63
Hex 68 AD D7 34 14 0 10 CB 3A 3F
Octal 150 255 327 64 24 0 20 313 72 77
Binary 1101000 10101101 11010111 110100 10100 0 10000 11001011 111010 111111

Color Harmonies of #68ADD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ADD7

Black with #68ADD7

Text Example


Text Example

White with #68ADD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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