Html Css Color HEX #68B3EB Malibu

📋 copy color: '#68B3EB'

red 104 ◦ green 179 ◦ blue 235

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

Shades of Malibu #68B3EB

Tints of Malibu #68B3EB

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.56%

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

R = 20.08%
G = 34.56%
B = 45.37%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68B3EB (or 0x68B3EB) is known color: Malibu. HEX triplet: 68, B3 and EB. RGB value is (104,179,235). Sum of RGB (Red+Green+Blue) = 104+179+235=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 179 (70.31% from 255 or 34.56% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #68B3EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68B3EB is #974C14. Grayscale: #A2A2A2. Windows color (decimal): -9915413 or 15446888. OLE color: 15446888.

HSL color Cylindrical-coordinate representation of color #68B3EB: hue angle of 205.65º 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 #68B3EB is Cyan = 0.56, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 104 179 235 -
CMYK 0.56 0.24 0 0.08
HSL 205.65º 0.77% 0.66% -
HSV(B) 205.65º 0.56% 0.92% -
XYZ 36.82 41.18 84.61 -
YUV 162.96 168.65 85.95 -
System Red Green Blue C M Y K H S L
Decimal 104 179 235 0.56 0.24 0 0.08 205.65 0.77 0.66
Hex 68 B3 EB 38 18 0 8 CE 4D 42
Octal 150 263 353 70 30 0 10 316 115 102
Binary 1101000 10110011 11101011 111000 11000 0 1000 11001110 1001101 1000010

Color Harmonies of #68B3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68B3EB

Black with #68B3EB

Text Example


Text Example

White with #68B3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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