Html Css Color HEX #68C1E6 Malibu

📋 copy color: '#68C1E6'

red 104 ◦ green 193 ◦ blue 230

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

Shades of Malibu #68C1E6

Tints of Malibu #68C1E6

RGB

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

 GREEN value IS 193 (75.78% from 255) = 36.62%

 BLUE value IS 230 (90.23% from 255) = 43.64%

R = 19.73%
G = 36.62%
B = 43.64%

CMYK

 C value IS 0.55

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#68C1E6 (or 0x68C1E6) is known color: Malibu. HEX triplet: 68, C1 and E6. RGB value is (104,193,230). Sum of RGB (Red+Green+Blue) = 104+193+230=527 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.73% from 527); Green value is 193 (75.78% from 255 or 36.62% from 527); Blue value is 230 (90.23% from 255 or 43.64% from 527); Max value from RGB is 230 - color contains mainly: blue. Hex color #68C1E6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C1E6 is #973E19. Grayscale: #AAAAAA. Windows color (decimal): -9911834 or 15122792. OLE color: 15122792.

HSL color Cylindrical-coordinate representation of color #68C1E6: hue angle of 197.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68C1E6 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 104 193 230 -
CMYK 0.55 0.16 0 0.10
HSL 197.62º 0.72% 0.65% -
HSV(B) 197.62º 0.55% 0.9% -
XYZ 39.06 46.8 81.84 -
YUV 170.61 161.51 80.49 -
System Red Green Blue C M Y K H S L
Decimal 104 193 230 0.55 0.16 0 0.10 197.62 0.72 0.65
Hex 68 C1 E6 37 10 0 A C6 48 41
Octal 150 301 346 67 20 0 12 306 110 101
Binary 1101000 11000001 11100110 110111 10000 0 1010 11000110 1001000 1000001

Color Harmonies of #68C1E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C1E6

Black with #68C1E6

Text Example


Text Example

White with #68C1E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,193,230); }

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

background-color css

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

 a { background-color: rgb(104,193,230); }

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

border-color css

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

 span { border-color: rgb(104,193,230); }

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