Html Css Color HEX #68C0EB Malibu

📋 copy color: '#68C0EB'

red 104 ◦ green 192 ◦ blue 235

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

Shades of Malibu #68C0EB

Tints of Malibu #68C0EB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 19.59%
G = 36.16%
B = 44.26%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68C0EB (or 0x68C0EB) is known color: Malibu. HEX triplet: 68, C0 and EB. RGB value is (104,192,235). Sum of RGB (Red+Green+Blue) = 104+192+235=531 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.59% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C0EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C0EB is #973F14. Grayscale: #AAAAAA. Windows color (decimal): -9912085 or 15450216. OLE color: 15450216.

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

Color convert

RGB 104 192 235 -
CMYK 0.56 0.18 0 0.08
HSL 199.69º 0.77% 0.66% -
HSV(B) 199.69º 0.56% 0.92% -
XYZ 39.55 46.64 85.52 -
YUV 170.59 164.35 80.5 -
System Red Green Blue C M Y K H S L
Decimal 104 192 235 0.56 0.18 0 0.08 199.69 0.77 0.66
Hex 68 C0 EB 38 12 0 8 C8 4D 42
Octal 150 300 353 70 22 0 10 310 115 102
Binary 1101000 11000000 11101011 111000 10010 0 1000 11001000 1001101 1000010

Color Harmonies of #68C0EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0EB

Black with #68C0EB

Text Example


Text Example

White with #68C0EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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