Html Css Color HEX #68BCDE Malibu

📋 copy color: '#68BCDE'

red 104 ◦ green 188 ◦ blue 222

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

Shades of Malibu #68BCDE

Tints of Malibu #68BCDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 20.23%
G = 36.58%
B = 43.19%

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

#68BCDE (or 0x68BCDE) is known color: Malibu. HEX triplet: 68, BC and DE. RGB value is (104,188,222). Sum of RGB (Red+Green+Blue) = 104+188+222=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 188 (73.83% from 255 or 36.58% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #68BCDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCDE is #974321. Grayscale: #A6A6A6. Windows color (decimal): -9913122 or 14597224. OLE color: 14597224.

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

Color convert

RGB 104 188 222 -
CMYK 0.53 0.15 0 0.13
HSL 197.29º 0.64% 0.64% -
HSV(B) 197.29º 0.53% 0.87% -
XYZ 36.88 44.18 75.69 -
YUV 166.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 104 188 222 0.53 0.15 0 0.13 197.29 0.64 0.64
Hex 68 BC DE 35 F 0 D C5 40 40
Octal 150 274 336 65 17 0 15 305 100 100
Binary 1101000 10111100 11011110 110101 1111 0 1101 11000101 1000000 1000000

Color Harmonies of #68BCDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCDE

Black with #68BCDE

Text Example


Text Example

White with #68BCDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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