Html Css Color HEX #68C7EB Malibu

📋 copy color: '#68C7EB'

red 104 ◦ green 199 ◦ blue 235

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

Shades of Malibu #68C7EB

Tints of Malibu #68C7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.99%

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

R = 19.33%
G = 36.99%
B = 43.68%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68C7EB (or 0x68C7EB) is known color: Malibu. HEX triplet: 68, C7 and EB. RGB value is (104,199,235). Sum of RGB (Red+Green+Blue) = 104+199+235=538 (71% of max value = 765). Red value is 104 (41.02% from 255 or 19.33% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C7EB is #973814. Grayscale: #AEAEAE. Windows color (decimal): -9910293 or 15452008. OLE color: 15452008.

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

Color convert

RGB 104 199 235 -
CMYK 0.56 0.15 0 0.08
HSL 196.49º 0.77% 0.66% -
HSV(B) 196.49º 0.56% 0.92% -
XYZ 41.13 49.79 86.04 -
YUV 174.7 162.03 77.57 -
System Red Green Blue C M Y K H S L
Decimal 104 199 235 0.56 0.15 0 0.08 196.49 0.77 0.66
Hex 68 C7 EB 38 F 0 8 C4 4D 42
Octal 150 307 353 70 17 0 10 304 115 102
Binary 1101000 11000111 11101011 111000 1111 0 1000 11000100 1001101 1000010

Color Harmonies of #68C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C7EB

Black with #68C7EB

Text Example


Text Example

White with #68C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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