Html Css Color HEX #68BDDF Malibu

📋 copy color: '#68BDDF'

red 104 ◦ green 189 ◦ blue 223

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

Shades of Malibu #68BDDF

Tints of Malibu #68BDDF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

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

R = 20.16%
G = 36.63%
B = 43.22%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68BDDF (or 0x68BDDF) is known color: Malibu. HEX triplet: 68, BD and DF. RGB value is (104,189,223). Sum of RGB (Red+Green+Blue) = 104+189+223=516 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.16% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #68BDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BDDF is #974220. Grayscale: #A7A7A7. Windows color (decimal): -9912865 or 14663016. OLE color: 14663016.

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

Color convert

RGB 104 189 223 -
CMYK 0.53 0.15 0 0.13
HSL 197.14º 0.65% 0.64% -
HSV(B) 197.14º 0.53% 0.87% -
XYZ 37.23 44.67 76.47 -
YUV 167.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 104 189 223 0.53 0.15 0 0.13 197.14 0.65 0.64
Hex 68 BD DF 35 F 0 D C5 41 40
Octal 150 275 337 65 17 0 15 305 101 100
Binary 1101000 10111101 11011111 110101 1111 0 1101 11000101 1000001 1000000

Color Harmonies of #68BDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BDDF

Black with #68BDDF

Text Example


Text Example

White with #68BDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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