Html Css Color HEX #68B1DC Malibu

📋 copy color: '#68B1DC'

red 104 ◦ green 177 ◦ blue 220

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

Shades of Malibu #68B1DC

Tints of Malibu #68B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.33%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 20.76%
G = 35.33%
B = 43.91%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68B1DC (or 0x68B1DC) is known color: Malibu. HEX triplet: 68, B1 and DC. RGB value is (104,177,220). Sum of RGB (Red+Green+Blue) = 104+177+220=501 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.76% from 501); Green value is 177 (69.53% from 255 or 35.33% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #68B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B1DC is #974E23. Grayscale: #9F9F9F. Windows color (decimal): -9915940 or 14463336. OLE color: 14463336.

HSL color Cylindrical-coordinate representation of color #68B1DC: hue angle of 202.24º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68B1DC is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 177 220 -
CMYK 0.53 0.20 0 0.14
HSL 202.24º 0.62% 0.64% -
HSV(B) 202.24º 0.53% 0.86% -
XYZ 34.35 39.55 73.53 -
YUV 160.08 161.82 88 -
System Red Green Blue C M Y K H S L
Decimal 104 177 220 0.53 0.20 0 0.14 202.24 0.62 0.64
Hex 68 B1 DC 35 14 0 E CA 3E 40
Octal 150 261 334 65 24 0 16 312 76 100
Binary 1101000 10110001 11011100 110101 10100 0 1110 11001010 111110 1000000

Color Harmonies of #68B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1DC

Black with #68B1DC

Text Example


Text Example

White with #68B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,177,220); }

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

background-color css

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

 a { background-color: rgb(104,177,220); }

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

border-color css

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

 span { border-color: rgb(104,177,220); }

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