Html Css Color HEX #68BEE0 Malibu

📋 copy color: '#68BEE0'

red 104 ◦ green 190 ◦ blue 224

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

Shades of Malibu #68BEE0

Tints of Malibu #68BEE0

RGB

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

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

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

R = 20.08%
G = 36.68%
B = 43.24%

CMYK

 C value IS 0.54

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#68BEE0 (or 0x68BEE0) is known color: Malibu. HEX triplet: 68, BE and E0. RGB value is (104,190,224). Sum of RGB (Red+Green+Blue) = 104+190+224=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 224 (87.89% from 255 or 43.24% from 518); Max value from RGB is 224 - color contains mainly: blue. Hex color #68BEE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEE0 is #97411F. Grayscale: #A7A7A7. Windows color (decimal): -9912608 or 14728808. OLE color: 14728808.

HSL color Cylindrical-coordinate representation of color #68BEE0: hue angle of 197º 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 #68BEE0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 104 190 224 -
CMYK 0.54 0.15 0 0.12
HSL 197º 0.66% 0.64% -
HSV(B) 197º 0.54% 0.88% -
XYZ 37.58 45.15 77.26 -
YUV 168.16 159.51 82.24 -
System Red Green Blue C M Y K H S L
Decimal 104 190 224 0.54 0.15 0 0.12 197 0.66 0.64
Hex 68 BE E0 36 F 0 C C5 42 40
Octal 150 276 340 66 17 0 14 305 102 100
Binary 1101000 10111110 11100000 110110 1111 0 1100 11000101 1000010 1000000

Color Harmonies of #68BEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEE0

Black with #68BEE0

Text Example


Text Example

White with #68BEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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