Html Css Color HEX #68AFDA Malibu

📋 copy color: '#68AFDA'

red 104 ◦ green 175 ◦ blue 218

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

Shades of Malibu #68AFDA

Tints of Malibu #68AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 20.93%
G = 35.21%
B = 43.86%

CMYK

 C value IS 0.52

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68AFDA (or 0x68AFDA) is known color: Malibu. HEX triplet: 68, AF and DA. RGB value is (104,175,218). Sum of RGB (Red+Green+Blue) = 104+175+218=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #68AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68AFDA is #975025. Grayscale: #9E9E9E. Windows color (decimal): -9916454 or 14331752. OLE color: 14331752.

HSL color Cylindrical-coordinate representation of color #68AFDA: hue angle of 202.63º degrees, saturation: 0.61, 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 #68AFDA is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 104 175 218 -
CMYK 0.52 0.20 0 0.15
HSL 202.63º 0.61% 0.63% -
HSV(B) 202.63º 0.52% 0.85% -
XYZ 33.69 38.66 72.02 -
YUV 158.67 161.48 89 -
System Red Green Blue C M Y K H S L
Decimal 104 175 218 0.52 0.20 0 0.15 202.63 0.61 0.63
Hex 68 AF DA 34 14 0 F CB 3D 3F
Octal 150 257 332 64 24 0 17 313 75 77
Binary 1101000 10101111 11011010 110100 10100 0 1111 11001011 111101 111111

Color Harmonies of #68AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68AFDA

Black with #68AFDA

Text Example


Text Example

White with #68AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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