Html Css Color HEX #68AFDD Malibu

📋 copy color: '#68AFDD'

red 104 ◦ green 175 ◦ blue 221

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

Shades of Malibu #68AFDD

Tints of Malibu #68AFDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 20.8%
G = 35%
B = 44.2%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68AFDD (or 0x68AFDD) is known color: Malibu. HEX triplet: 68, AF and DD. RGB value is (104,175,221). Sum of RGB (Red+Green+Blue) = 104+175+221=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #68AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFDD is #975022. Grayscale: #9E9E9E. Windows color (decimal): -9916451 or 14528360. OLE color: 14528360.

HSL color Cylindrical-coordinate representation of color #68AFDD: hue angle of 203.59º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68AFDD is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 175 221 -
CMYK 0.53 0.21 0 0.13
HSL 203.59º 0.63% 0.64% -
HSV(B) 203.59º 0.53% 0.87% -
XYZ 34.09 38.82 74.1 -
YUV 159.02 162.98 88.76 -
System Red Green Blue C M Y K H S L
Decimal 104 175 221 0.53 0.21 0 0.13 203.59 0.63 0.64
Hex 68 AF DD 35 15 0 D CC 3F 40
Octal 150 257 335 65 25 0 15 314 77 100
Binary 1101000 10101111 11011101 110101 10101 0 1101 11001100 111111 1000000

Color Harmonies of #68AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFDD

Black with #68AFDD

Text Example


Text Example

White with #68AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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