Html Css Color HEX #68B2D8 Malibu

📋 copy color: '#68B2D8'

red 104 ◦ green 178 ◦ blue 216

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

Shades of Malibu #68B2D8

Tints of Malibu #68B2D8

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.74%

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

R = 20.88%
G = 35.74%
B = 43.37%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68B2D8 (or 0x68B2D8) is known color: Malibu. HEX triplet: 68, B2 and D8. RGB value is (104,178,216). Sum of RGB (Red+Green+Blue) = 104+178+216=498 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.88% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #68B2D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #68B2D8 is #974D27. Grayscale: #9F9F9F. Windows color (decimal): -9915688 or 14201448. OLE color: 14201448.

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

Color convert

RGB 104 178 216 -
CMYK 0.52 0.18 0 0.15
HSL 200.36º 0.59% 0.63% -
HSV(B) 200.36º 0.52% 0.85% -
XYZ 34.02 39.74 70.84 -
YUV 160.21 159.48 87.91 -
System Red Green Blue C M Y K H S L
Decimal 104 178 216 0.52 0.18 0 0.15 200.36 0.59 0.63
Hex 68 B2 D8 34 12 0 F C8 3B 3F
Octal 150 262 330 64 22 0 17 310 73 77
Binary 1101000 10110010 11011000 110100 10010 0 1111 11001000 111011 111111

Color Harmonies of #68B2D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B2D8

Black with #68B2D8

Text Example


Text Example

White with #68B2D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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