Html Css Color HEX #68C2DE Malibu

📋 copy color: '#68C2DE'

red 104 ◦ green 194 ◦ blue 222

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

Shades of Malibu #68C2DE

Tints of Malibu #68C2DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.69%

R = 20%
G = 37.31%
B = 42.69%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68C2DE (or 0x68C2DE) is known color: Malibu. HEX triplet: 68, C2 and DE. RGB value is (104,194,222). Sum of RGB (Red+Green+Blue) = 104+194+222=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 194 (76.17% from 255 or 37.31% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #68C2DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C2DE is #973D21. Grayscale: #AAAAAA. Windows color (decimal): -9911586 or 14598760. OLE color: 14598760.

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

Color convert

RGB 104 194 222 -
CMYK 0.53 0.13 0 0.13
HSL 194.24º 0.64% 0.64% -
HSV(B) 194.24º 0.53% 0.87% -
XYZ 38.19 46.8 76.13 -
YUV 170.28 157.18 80.72 -
System Red Green Blue C M Y K H S L
Decimal 104 194 222 0.53 0.13 0 0.13 194.24 0.64 0.64
Hex 68 C2 DE 35 D 0 D C2 40 40
Octal 150 302 336 65 15 0 15 302 100 100
Binary 1101000 11000010 11011110 110101 1101 0 1101 11000010 1000000 1000000

Color Harmonies of #68C2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C2DE

Black with #68C2DE

Text Example


Text Example

White with #68C2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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