Html Css Color HEX #68C6EB Malibu

📋 copy color: '#68C6EB'

red 104 ◦ green 198 ◦ blue 235

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

Shades of Malibu #68C6EB

Tints of Malibu #68C6EB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.87%

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

R = 19.37%
G = 36.87%
B = 43.76%

CMYK

 C value IS 0.56

 M value IS 0.16

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68C6EB (or 0x68C6EB) is known color: Malibu. HEX triplet: 68, C6 and EB. RGB value is (104,198,235). Sum of RGB (Red+Green+Blue) = 104+198+235=537 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.37% from 537); Green value is 198 (77.73% from 255 or 36.87% from 537); Blue value is 235 (92.19% from 255 or 43.76% from 537); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C6EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C6EB is #973914. Grayscale: #ADADAD. Windows color (decimal): -9910549 or 15451752. OLE color: 15451752.

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

Color convert

RGB 104 198 235 -
CMYK 0.56 0.16 0 0.08
HSL 196.95º 0.77% 0.66% -
HSV(B) 196.95º 0.56% 0.92% -
XYZ 40.9 49.33 85.96 -
YUV 174.11 162.36 77.99 -
System Red Green Blue C M Y K H S L
Decimal 104 198 235 0.56 0.16 0 0.08 196.95 0.77 0.66
Hex 68 C6 EB 38 10 0 8 C5 4D 42
Octal 150 306 353 70 20 0 10 305 115 102
Binary 1101000 11000110 11101011 111000 10000 0 1000 11000101 1001101 1000010

Color Harmonies of #68C6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C6EB

Black with #68C6EB

Text Example


Text Example

White with #68C6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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