Html Css Color HEX #68BBDF Malibu

📋 copy color: '#68BBDF'

red 104 ◦ green 187 ◦ blue 223

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

Shades of Malibu #68BBDF

Tints of Malibu #68BBDF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.38%

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 20.23%
G = 36.38%
B = 43.39%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68BBDF (or 0x68BBDF) is known color: Malibu. HEX triplet: 68, BB and DF. RGB value is (104,187,223). Sum of RGB (Red+Green+Blue) = 104+187+223=514 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.23% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #68BBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BBDF is #974420. Grayscale: #A6A6A6. Windows color (decimal): -9913377 or 14662504. OLE color: 14662504.

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

Color convert

RGB 104 187 223 -
CMYK 0.53 0.16 0 0.13
HSL 198.15º 0.65% 0.64% -
HSV(B) 198.15º 0.53% 0.87% -
XYZ 36.8 43.81 76.33 -
YUV 166.29 160 83.57 -
System Red Green Blue C M Y K H S L
Decimal 104 187 223 0.53 0.16 0 0.13 198.15 0.65 0.64
Hex 68 BB DF 35 10 0 D C6 41 40
Octal 150 273 337 65 20 0 15 306 101 100
Binary 1101000 10111011 11011111 110101 10000 0 1101 11000110 1000001 1000000

Color Harmonies of #68BBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BBDF

Black with #68BBDF

Text Example


Text Example

White with #68BBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,187,223); }

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

background-color css

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

 a { background-color: rgb(104,187,223); }

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

border-color css

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

 span { border-color: rgb(104,187,223); }

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