Html Css Color HEX #68C5D8 Malibu

📋 copy color: '#68C5D8'

red 104 ◦ green 197 ◦ blue 216

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

Shades of Malibu #68C5D8

Tints of Malibu #68C5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 41.78%

R = 20.12%
G = 38.1%
B = 41.78%

CMYK

 C value IS 0.52

 M value IS 0.09

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68C5D8 (or 0x68C5D8) is known color: Malibu. HEX triplet: 68, C5 and D8. RGB value is (104,197,216). Sum of RGB (Red+Green+Blue) = 104+197+216=517 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.12% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #68C5D8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C5D8 is #973A27. Grayscale: #ABABAB. Windows color (decimal): -9910824 or 14206312. OLE color: 14206312.

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

Color convert

RGB 104 197 216 -
CMYK 0.52 0.09 0 0.15
HSL 190.18º 0.59% 0.63% -
HSV(B) 190.18º 0.52% 0.85% -
XYZ 38.07 47.83 72.19 -
YUV 171.36 153.19 79.96 -
System Red Green Blue C M Y K H S L
Decimal 104 197 216 0.52 0.09 0 0.15 190.18 0.59 0.63
Hex 68 C5 D8 34 9 0 F BE 3B 3F
Octal 150 305 330 64 11 0 17 276 73 77
Binary 1101000 11000101 11011000 110100 1001 0 1111 10111110 111011 111111

Color Harmonies of #68C5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5D8

Black with #68C5D8

Text Example


Text Example

White with #68C5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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