Html Css Color HEX #68C7DD Malibu

📋 copy color: '#68C7DD'

red 104 ◦ green 199 ◦ blue 221

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

Shades of Malibu #68C7DD

Tints of Malibu #68C7DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.18%

R = 19.85%
G = 37.98%
B = 42.18%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68C7DD (or 0x68C7DD) is known color: Malibu. HEX triplet: 68, C7 and DD. RGB value is (104,199,221). Sum of RGB (Red+Green+Blue) = 104+199+221=524 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.85% from 524); Green value is 199 (78.12% from 255 or 37.98% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #68C7DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7DD is #973822. Grayscale: #ACACAC. Windows color (decimal): -9910307 or 14534504. OLE color: 14534504.

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

Color convert

RGB 104 199 221 -
CMYK 0.53 0.10 0 0.13
HSL 191.28º 0.63% 0.64% -
HSV(B) 191.28º 0.53% 0.87% -
XYZ 39.18 49.01 75.8 -
YUV 173.1 155.03 78.71 -
System Red Green Blue C M Y K H S L
Decimal 104 199 221 0.53 0.10 0 0.13 191.28 0.63 0.64
Hex 68 C7 DD 35 A 0 D BF 3F 40
Octal 150 307 335 65 12 0 15 277 77 100
Binary 1101000 11000111 11011101 110101 1010 0 1101 10111111 111111 1000000

Color Harmonies of #68C7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7DD

Black with #68C7DD

Text Example


Text Example

White with #68C7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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