Html Css Color HEX #68C5EB Malibu

📋 copy color: '#68C5EB'

red 104 ◦ green 197 ◦ blue 235

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

Shades of Malibu #68C5EB

Tints of Malibu #68C5EB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.75%

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

R = 19.4%
G = 36.75%
B = 43.84%

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

#68C5EB (or 0x68C5EB) is known color: Malibu. HEX triplet: 68, C5 and EB. RGB value is (104,197,235). Sum of RGB (Red+Green+Blue) = 104+197+235=536 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.40% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C5EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C5EB is #973A14. Grayscale: #ADADAD. Windows color (decimal): -9910805 or 15451496. OLE color: 15451496.

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

Color convert

RGB 104 197 235 -
CMYK 0.56 0.16 0 0.08
HSL 197.4º 0.77% 0.66% -
HSV(B) 197.4º 0.56% 0.92% -
XYZ 40.67 48.87 85.89 -
YUV 173.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 104 197 235 0.56 0.16 0 0.08 197.4 0.77 0.66
Hex 68 C5 EB 38 10 0 8 C5 4D 42
Octal 150 305 353 70 20 0 10 305 115 102
Binary 1101000 11000101 11101011 111000 10000 0 1000 11000101 1001101 1000010

Color Harmonies of #68C5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C5EB

Black with #68C5EB

Text Example


Text Example

White with #68C5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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