Html Css Color HEX #68AFDF Malibu

📋 copy color: '#68AFDF'

red 104 ◦ green 175 ◦ blue 223

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

Shades of Malibu #68AFDF

Tints of Malibu #68AFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 20.72%
G = 34.86%
B = 44.42%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68AFDF (or 0x68AFDF) is known color: Malibu. HEX triplet: 68, AF and DF. RGB value is (104,175,223). Sum of RGB (Red+Green+Blue) = 104+175+223=502 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.72% from 502); Green value is 175 (68.75% from 255 or 34.86% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #68AFDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFDF is #975020. Grayscale: #9E9E9E. Windows color (decimal): -9916449 or 14659432. OLE color: 14659432.

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

Color convert

RGB 104 175 223 -
CMYK 0.53 0.22 0 0.13
HSL 204.2º 0.65% 0.64% -
HSV(B) 204.2º 0.53% 0.87% -
XYZ 34.36 38.93 75.52 -
YUV 159.24 163.98 88.6 -
System Red Green Blue C M Y K H S L
Decimal 104 175 223 0.53 0.22 0 0.13 204.2 0.65 0.64
Hex 68 AF DF 35 16 0 D CC 41 40
Octal 150 257 337 65 26 0 15 314 101 100
Binary 1101000 10101111 11011111 110101 10110 0 1101 11001100 1000001 1000000

Color Harmonies of #68AFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFDF

Black with #68AFDF

Text Example


Text Example

White with #68AFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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