Html Css Color HEX #68BEDB Malibu

📋 copy color: '#68BEDB'

red 104 ◦ green 190 ◦ blue 219

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

Shades of Malibu #68BEDB

Tints of Malibu #68BEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 42.69%

R = 20.27%
G = 37.04%
B = 42.69%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#68BEDB (or 0x68BEDB) is known color: Malibu. HEX triplet: 68, BE and DB. RGB value is (104,190,219). Sum of RGB (Red+Green+Blue) = 104+190+219=513 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.27% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #68BEDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BEDB is #974124. Grayscale: #A7A7A7. Windows color (decimal): -9912613 or 14401128. OLE color: 14401128.

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

Color convert

RGB 104 190 219 -
CMYK 0.53 0.13 0 0.14
HSL 195.13º 0.61% 0.63% -
HSV(B) 195.13º 0.53% 0.86% -
XYZ 36.91 44.88 73.74 -
YUV 167.59 157.01 82.64 -
System Red Green Blue C M Y K H S L
Decimal 104 190 219 0.53 0.13 0 0.14 195.13 0.61 0.63
Hex 68 BE DB 35 D 0 E C3 3D 3F
Octal 150 276 333 65 15 0 16 303 75 77
Binary 1101000 10111110 11011011 110101 1101 0 1110 11000011 111101 111111

Color Harmonies of #68BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BEDB

Black with #68BEDB

Text Example


Text Example

White with #68BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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