Html Css Color HEX #68C7DA Malibu

📋 copy color: '#68C7DA'

red 104 ◦ green 199 ◦ blue 218

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

Shades of Malibu #68C7DA

Tints of Malibu #68C7DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 19.96%
G = 38.2%
B = 41.84%

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

#68C7DA (or 0x68C7DA) is known color: Malibu. HEX triplet: 68, C7 and DA. RGB value is (104,199,218). Sum of RGB (Red+Green+Blue) = 104+199+218=521 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.96% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #68C7DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C7DA is #973825. Grayscale: #ACACAC. Windows color (decimal): -9910310 or 14337896. OLE color: 14337896.

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

Color convert

RGB 104 199 218 -
CMYK 0.52 0.09 0 0.15
HSL 190º 0.61% 0.63% -
HSV(B) 190º 0.52% 0.85% -
XYZ 38.79 48.85 73.71 -
YUV 172.76 153.53 78.96 -
System Red Green Blue C M Y K H S L
Decimal 104 199 218 0.52 0.09 0 0.15 190 0.61 0.63
Hex 68 C7 DA 34 9 0 F BE 3D 3F
Octal 150 307 332 64 11 0 17 276 75 77
Binary 1101000 11000111 11011010 110100 1001 0 1111 10111110 111101 111111

Color Harmonies of #68C7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7DA

Black with #68C7DA

Text Example


Text Example

White with #68C7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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