Html Css Color HEX #68AFDE Malibu

📋 copy color: '#68AFDE'

red 104 ◦ green 175 ◦ blue 222

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

Shades of Malibu #68AFDE

Tints of Malibu #68AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 20.76%
G = 34.93%
B = 44.31%

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

#68AFDE (or 0x68AFDE) is known color: Malibu. HEX triplet: 68, AF and DE. RGB value is (104,175,222). Sum of RGB (Red+Green+Blue) = 104+175+222=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 175 (68.75% from 255 or 34.93% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #68AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFDE is #975021. Grayscale: #9E9E9E. Windows color (decimal): -9916450 or 14593896. OLE color: 14593896.

HSL color Cylindrical-coordinate representation of color #68AFDE: hue angle of 203.9º degrees, saturation: 0.64, 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 #68AFDE is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 175 222 -
CMYK 0.53 0.21 0 0.13
HSL 203.9º 0.64% 0.64% -
HSV(B) 203.9º 0.53% 0.87% -
XYZ 34.22 38.88 74.81 -
YUV 159.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 104 175 222 0.53 0.21 0 0.13 203.9 0.64 0.64
Hex 68 AF DE 35 15 0 D CC 40 40
Octal 150 257 336 65 25 0 15 314 100 100
Binary 1101000 10101111 11011110 110101 10101 0 1101 11001100 1000000 1000000

Color Harmonies of #68AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFDE

Black with #68AFDE

Text Example


Text Example

White with #68AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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