Html Css Color HEX #68B1EB Malibu

📋 copy color: '#68B1EB'

red 104 ◦ green 177 ◦ blue 235

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

Shades of Malibu #68B1EB

Tints of Malibu #68B1EB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.3%

 BLUE value IS 235 (92.19% from 255) = 45.54%

R = 20.16%
G = 34.3%
B = 45.54%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68B1EB (or 0x68B1EB) is known color: Malibu. HEX triplet: 68, B1 and EB. RGB value is (104,177,235). Sum of RGB (Red+Green+Blue) = 104+177+235=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 235 (92.19% from 255 or 45.54% from 516); Max value from RGB is 235 - color contains mainly: blue. Hex color #68B1EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #68B1EB is #974E14. Grayscale: #A1A1A1. Windows color (decimal): -9915925 or 15446376. OLE color: 15446376.

HSL color Cylindrical-coordinate representation of color #68B1EB: hue angle of 206.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68B1EB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 177 235 -
CMYK 0.56 0.25 0 0.08
HSL 206.56º 0.77% 0.66% -
HSV(B) 206.56º 0.56% 0.92% -
XYZ 36.43 40.39 84.47 -
YUV 161.79 169.32 86.78 -
System Red Green Blue C M Y K H S L
Decimal 104 177 235 0.56 0.25 0 0.08 206.56 0.77 0.66
Hex 68 B1 EB 38 19 0 8 CF 4D 42
Octal 150 261 353 70 31 0 10 317 115 102
Binary 1101000 10110001 11101011 111000 11001 0 1000 11001111 1001101 1000010

Color Harmonies of #68B1EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B1EB

Black with #68B1EB

Text Example


Text Example

White with #68B1EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,177,235); }

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

background-color css

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

 a { background-color: rgb(104,177,235); }

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

border-color css

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

 span { border-color: rgb(104,177,235); }

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