Html Css Color HEX #68C2E0 Malibu

📋 copy color: '#68C2E0'

red 104 ◦ green 194 ◦ blue 224

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

Shades of Malibu #68C2E0

Tints of Malibu #68C2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.91%

R = 19.92%
G = 37.16%
B = 42.91%

CMYK

 C value IS 0.54

 M value IS 0.13

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68C2E0 (or 0x68C2E0) is known color: Malibu. HEX triplet: 68, C2 and E0. RGB value is (104,194,224). Sum of RGB (Red+Green+Blue) = 104+194+224=522 (69% of max value = 765). Red value is 104 (41.02% from 255 or 19.92% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 224 (87.89% from 255 or 42.91% from 522); Max value from RGB is 224 - color contains mainly: blue. Hex color #68C2E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2E0 is #973D1F. Grayscale: #AAAAAA. Windows color (decimal): -9911584 or 14729832. OLE color: 14729832.

HSL color Cylindrical-coordinate representation of color #68C2E0: hue angle of 195º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68C2E0 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 194 224 -
CMYK 0.54 0.13 0 0.12
HSL 195º 0.66% 0.64% -
HSV(B) 195º 0.54% 0.88% -
XYZ 38.46 46.91 77.55 -
YUV 170.51 158.18 80.56 -
System Red Green Blue C M Y K H S L
Decimal 104 194 224 0.54 0.13 0 0.12 195 0.66 0.64
Hex 68 C2 E0 36 D 0 C C3 42 40
Octal 150 302 340 66 15 0 14 303 102 100
Binary 1101000 11000010 11100000 110110 1101 0 1100 11000011 1000010 1000000

Color Harmonies of #68C2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2E0

Black with #68C2E0

Text Example


Text Example

White with #68C2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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