Html Css Color HEX #68C0DE Malibu

📋 copy color: '#68C0DE'

red 104 ◦ green 192 ◦ blue 222

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

Shades of Malibu #68C0DE

Tints of Malibu #68C0DE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.07%

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

R = 20.08%
G = 37.07%
B = 42.86%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68C0DE (or 0x68C0DE) is known color: Malibu. HEX triplet: 68, C0 and DE. RGB value is (104,192,222). Sum of RGB (Red+Green+Blue) = 104+192+222=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #68C0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68C0DE is #973F21. Grayscale: #A8A8A8. Windows color (decimal): -9912098 or 14598248. OLE color: 14598248.

HSL color Cylindrical-coordinate representation of color #68C0DE: hue angle of 195.25º 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 #68C0DE is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 192 222 -
CMYK 0.53 0.14 0 0.13
HSL 195.25º 0.64% 0.64% -
HSV(B) 195.25º 0.53% 0.87% -
XYZ 37.74 45.92 75.98 -
YUV 169.11 157.85 81.56 -
System Red Green Blue C M Y K H S L
Decimal 104 192 222 0.53 0.14 0 0.13 195.25 0.64 0.64
Hex 68 C0 DE 35 E 0 D C3 40 40
Octal 150 300 336 65 16 0 15 303 100 100
Binary 1101000 11000000 11011110 110101 1110 0 1101 11000011 1000000 1000000

Color Harmonies of #68C0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68C0DE

Black with #68C0DE

Text Example


Text Example

White with #68C0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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