Html Css Color HEX #68BCDD Malibu

📋 copy color: '#68BCDD'

red 104 ◦ green 188 ◦ blue 221

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

Shades of Malibu #68BCDD

Tints of Malibu #68BCDD

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.65%

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

R = 20.27%
G = 36.65%
B = 43.08%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68BCDD (or 0x68BCDD) is known color: Malibu. HEX triplet: 68, BC and DD. RGB value is (104,188,221). Sum of RGB (Red+Green+Blue) = 104+188+221=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #68BCDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCDD is #974322. Grayscale: #A6A6A6. Windows color (decimal): -9913123 or 14531688. OLE color: 14531688.

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

Color convert

RGB 104 188 221 -
CMYK 0.53 0.15 0 0.13
HSL 196.92º 0.63% 0.64% -
HSV(B) 196.92º 0.53% 0.87% -
XYZ 36.74 44.13 74.99 -
YUV 166.65 158.67 83.32 -
System Red Green Blue C M Y K H S L
Decimal 104 188 221 0.53 0.15 0 0.13 196.92 0.63 0.64
Hex 68 BC DD 35 F 0 D C5 3F 40
Octal 150 274 335 65 17 0 15 305 77 100
Binary 1101000 10111100 11011101 110101 1111 0 1101 11000101 111111 1000000

Color Harmonies of #68BCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCDD

Black with #68BCDD

Text Example


Text Example

White with #68BCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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