Html Css Color HEX #68BEE2 Malibu

📋 copy color: '#68BEE2'

red 104 ◦ green 190 ◦ blue 226

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

Shades of Malibu #68BEE2

Tints of Malibu #68BEE2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.54%

 BLUE value IS 226 (88.67% from 255) = 43.46%

R = 20%
G = 36.54%
B = 43.46%

CMYK

 C value IS 0.54

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#68BEE2 (or 0x68BEE2) is known color: Malibu. HEX triplet: 68, BE and E2. RGB value is (104,190,226). Sum of RGB (Red+Green+Blue) = 104+190+226=520 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20% from 520); Green value is 190 (74.61% from 255 or 36.54% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #68BEE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEE2 is #97411D. Grayscale: #A8A8A8. Windows color (decimal): -9912606 or 14859880. OLE color: 14859880.

HSL color Cylindrical-coordinate representation of color #68BEE2: hue angle of 197.7º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68BEE2 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 104 190 226 -
CMYK 0.54 0.16 0 0.11
HSL 197.7º 0.68% 0.65% -
HSV(B) 197.7º 0.54% 0.89% -
XYZ 37.85 45.26 78.69 -
YUV 168.39 160.51 82.07 -
System Red Green Blue C M Y K H S L
Decimal 104 190 226 0.54 0.16 0 0.11 197.7 0.68 0.65
Hex 68 BE E2 36 10 0 B C6 44 41
Octal 150 276 342 66 20 0 13 306 104 101
Binary 1101000 10111110 11100010 110110 10000 0 1011 11000110 1000100 1000001

Color Harmonies of #68BEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEE2

Black with #68BEE2

Text Example


Text Example

White with #68BEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,190,226); }

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

background-color css

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

 a { background-color: rgb(104,190,226); }

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

border-color css

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

 span { border-color: rgb(104,190,226); }

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