Html Css Color HEX #68BCDA Malibu

📋 copy color: '#68BCDA'

red 104 ◦ green 188 ◦ blue 218

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

Shades of Malibu #68BCDA

Tints of Malibu #68BCDA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 218 (85.55% from 255) = 42.75%

R = 20.39%
G = 36.86%
B = 42.75%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#68BCDA (or 0x68BCDA) is known color: Malibu. HEX triplet: 68, BC and DA. RGB value is (104,188,218). Sum of RGB (Red+Green+Blue) = 104+188+218=510 (67% of max value = 765). Red value is 104 (41.02% from 255 or 20.39% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #68BCDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #68BCDA is #974325. Grayscale: #A6A6A6. Windows color (decimal): -9913126 or 14335080. OLE color: 14335080.

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

Color convert

RGB 104 188 218 -
CMYK 0.52 0.14 0 0.15
HSL 195.79º 0.61% 0.63% -
HSV(B) 195.79º 0.52% 0.85% -
XYZ 36.35 43.97 72.9 -
YUV 166.3 157.17 83.56 -
System Red Green Blue C M Y K H S L
Decimal 104 188 218 0.52 0.14 0 0.15 195.79 0.61 0.63
Hex 68 BC DA 34 E 0 F C4 3D 3F
Octal 150 274 332 64 16 0 17 304 75 77
Binary 1101000 10111100 11011010 110100 1110 0 1111 11000100 111101 111111

Color Harmonies of #68BCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68BCDA

Black with #68BCDA

Text Example


Text Example

White with #68BCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,188,218); }

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

background-color css

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

 a { background-color: rgb(104,188,218); }

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

border-color css

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

 span { border-color: rgb(104,188,218); }

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