Html Css Color HEX #68C7DC Malibu

📋 copy color: '#68C7DC'

red 104 ◦ green 199 ◦ blue 220

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

Shades of Malibu #68C7DC

Tints of Malibu #68C7DC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 38.05%

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

R = 19.89%
G = 38.05%
B = 42.07%

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

#68C7DC (or 0x68C7DC) is known color: Malibu. HEX triplet: 68, C7 and DC. RGB value is (104,199,220). Sum of RGB (Red+Green+Blue) = 104+199+220=523 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.89% from 523); Green value is 199 (78.12% from 255 or 38.05% from 523); Blue value is 220 (86.33% from 255 or 42.07% from 523); Max value from RGB is 220 - color contains mainly: blue. Hex color #68C7DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7DC is #973823. Grayscale: #ACACAC. Windows color (decimal): -9910308 or 14468968. OLE color: 14468968.

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

Color convert

RGB 104 199 220 -
CMYK 0.53 0.10 0 0.14
HSL 190.86º 0.62% 0.64% -
HSV(B) 190.86º 0.53% 0.86% -
XYZ 39.05 48.96 75.1 -
YUV 172.99 154.53 78.79 -
System Red Green Blue C M Y K H S L
Decimal 104 199 220 0.53 0.10 0 0.14 190.86 0.62 0.64
Hex 68 C7 DC 35 A 0 E BF 3E 40
Octal 150 307 334 65 12 0 16 277 76 100
Binary 1101000 11000111 11011100 110101 1010 0 1110 10111111 111110 1000000

Color Harmonies of #68C7DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7DC

Black with #68C7DC

Text Example


Text Example

White with #68C7DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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