Html Css Color HEX #68C2EB Malibu

📋 copy color: '#68C2EB'

red 104 ◦ green 194 ◦ blue 235

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

Shades of Malibu #68C2EB

Tints of Malibu #68C2EB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 19.51%
G = 36.4%
B = 44.09%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#68C2EB (or 0x68C2EB) is known color: Malibu. HEX triplet: 68, C2 and EB. RGB value is (104,194,235). Sum of RGB (Red+Green+Blue) = 104+194+235=533 (70% of max value = 765). Red value is 104 (41.02% from 255 or 19.51% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #68C2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #68C2EB is #973D14. Grayscale: #ABABAB. Windows color (decimal): -9911573 or 15450728. OLE color: 15450728.

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

Color convert

RGB 104 194 235 -
CMYK 0.56 0.17 0 0.08
HSL 198.78º 0.77% 0.66% -
HSV(B) 198.78º 0.56% 0.92% -
XYZ 40 47.52 85.66 -
YUV 171.76 163.68 79.67 -
System Red Green Blue C M Y K H S L
Decimal 104 194 235 0.56 0.17 0 0.08 198.78 0.77 0.66
Hex 68 C2 EB 38 11 0 8 C7 4D 42
Octal 150 302 353 70 21 0 10 307 115 102
Binary 1101000 11000010 11101011 111000 10001 0 1000 11000111 1001101 1000010

Color Harmonies of #68C2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2EB

Black with #68C2EB

Text Example


Text Example

White with #68C2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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