Html Css Color HEX #68BFDF Malibu

📋 copy color: '#68BFDF'

red 104 ◦ green 191 ◦ blue 223

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

Shades of Malibu #68BFDF

Tints of Malibu #68BFDF

RGB

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

 GREEN value IS 191 (75% from 255) = 36.87%

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

R = 20.08%
G = 36.87%
B = 43.05%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#68BFDF (or 0x68BFDF) is known color: Malibu. HEX triplet: 68, BF and DF. RGB value is (104,191,223). Sum of RGB (Red+Green+Blue) = 104+191+223=518 (68% of max value = 765). Red value is 104 (41.02% from 255 or 20.08% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #68BFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BFDF is #974020. Grayscale: #A8A8A8. Windows color (decimal): -9912353 or 14663528. OLE color: 14663528.

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

Color convert

RGB 104 191 223 -
CMYK 0.53 0.14 0 0.13
HSL 196.13º 0.65% 0.64% -
HSV(B) 196.13º 0.53% 0.87% -
XYZ 37.66 45.53 76.62 -
YUV 168.64 158.68 81.9 -
System Red Green Blue C M Y K H S L
Decimal 104 191 223 0.53 0.14 0 0.13 196.13 0.65 0.64
Hex 68 BF DF 35 E 0 D C4 41 40
Octal 150 277 337 65 16 0 15 304 101 100
Binary 1101000 10111111 11011111 110101 1110 0 1101 11000100 1000001 1000000

Color Harmonies of #68BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BFDF

Black with #68BFDF

Text Example


Text Example

White with #68BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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