Html Css Color HEX #68AFD8 Malibu

📋 copy color: '#68AFD8'

red 104 ◦ green 175 ◦ blue 216

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

Shades of Malibu #68AFD8

Tints of Malibu #68AFD8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.35%

 BLUE value IS 216 (84.77% from 255) = 43.64%

R = 21.01%
G = 35.35%
B = 43.64%

CMYK

 C value IS 0.52

 M value IS 0.19

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68AFD8 (or 0x68AFD8) is known color: Malibu. HEX triplet: 68, AF and D8. RGB value is (104,175,216). Sum of RGB (Red+Green+Blue) = 104+175+216=495 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.01% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 216 (84.77% from 255 or 43.64% from 495); Max value from RGB is 216 - color contains mainly: blue. Hex color #68AFD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFD8 is #975027. Grayscale: #9E9E9E. Windows color (decimal): -9916456 or 14200680. OLE color: 14200680.

HSL color Cylindrical-coordinate representation of color #68AFD8: hue angle of 201.96º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68AFD8 is Cyan = 0.52, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 175 216 -
CMYK 0.52 0.19 0 0.15
HSL 201.96º 0.59% 0.63% -
HSV(B) 201.96º 0.52% 0.85% -
XYZ 33.43 38.56 70.65 -
YUV 158.45 160.48 89.17 -
System Red Green Blue C M Y K H S L
Decimal 104 175 216 0.52 0.19 0 0.15 201.96 0.59 0.63
Hex 68 AF D8 34 13 0 F CA 3B 3F
Octal 150 257 330 64 23 0 17 312 73 77
Binary 1101000 10101111 11011000 110100 10011 0 1111 11001010 111011 111111

Color Harmonies of #68AFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFD8

Black with #68AFD8

Text Example


Text Example

White with #68AFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,175,216); }

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

background-color css

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

 a { background-color: rgb(104,175,216); }

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

border-color css

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

 span { border-color: rgb(104,175,216); }

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