Html Css Color HEX #68AFD6 Malibu

📋 copy color: '#68AFD6'

red 104 ◦ green 175 ◦ blue 214

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

Shades of Malibu #68AFD6

Tints of Malibu #68AFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.41%

R = 21.1%
G = 35.5%
B = 43.41%

CMYK

 C value IS 0.51

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#68AFD6 (or 0x68AFD6) is known color: Malibu. HEX triplet: 68, AF and D6. RGB value is (104,175,214). Sum of RGB (Red+Green+Blue) = 104+175+214=493 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.10% from 493); Green value is 175 (68.75% from 255 or 35.50% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #68AFD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFD6 is #975029. Grayscale: #9D9D9D. Windows color (decimal): -9916458 or 14069608. OLE color: 14069608.

HSL color Cylindrical-coordinate representation of color #68AFD6: hue angle of 201.27º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68AFD6 is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 175 214 -
CMYK 0.51 0.18 0 0.16
HSL 201.27º 0.57% 0.62% -
HSV(B) 201.27º 0.51% 0.84% -
XYZ 33.18 38.46 69.29 -
YUV 158.22 159.48 89.33 -
System Red Green Blue C M Y K H S L
Decimal 104 175 214 0.51 0.18 0 0.16 201.27 0.57 0.62
Hex 68 AF D6 33 12 0 10 C9 39 3E
Octal 150 257 326 63 22 0 20 311 71 76
Binary 1101000 10101111 11010110 110011 10010 0 10000 11001001 111001 111110

Color Harmonies of #68AFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFD6

Black with #68AFD6

Text Example


Text Example

White with #68AFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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