Html Css Color HEX #68C5DC Malibu

📋 copy color: '#68C5DC'

red 104 ◦ green 197 ◦ blue 220

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

Shades of Malibu #68C5DC

Tints of Malibu #68C5DC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.81%

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

R = 19.96%
G = 37.81%
B = 42.23%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68C5DC (or 0x68C5DC) is known color: Malibu. HEX triplet: 68, C5 and DC. RGB value is (104,197,220). Sum of RGB (Red+Green+Blue) = 104+197+220=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #68C5DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5DC is #973A23. Grayscale: #ABABAB. Windows color (decimal): -9910820 or 14468456. OLE color: 14468456.

HSL color Cylindrical-coordinate representation of color #68C5DC: hue angle of 191.9º 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 #68C5DC is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 104 197 220 -
CMYK 0.53 0.10 0 0.14
HSL 191.9º 0.62% 0.64% -
HSV(B) 191.9º 0.53% 0.86% -
XYZ 38.59 48.04 74.95 -
YUV 171.82 155.19 79.63 -
System Red Green Blue C M Y K H S L
Decimal 104 197 220 0.53 0.10 0 0.14 191.9 0.62 0.64
Hex 68 C5 DC 35 A 0 E C0 3E 40
Octal 150 305 334 65 12 0 16 300 76 100
Binary 1101000 11000101 11011100 110101 1010 0 1110 11000000 111110 1000000

Color Harmonies of #68C5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5DC

Black with #68C5DC

Text Example


Text Example

White with #68C5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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