Html Css Color HEX #67BCDB Malibu

📋 copy color: '#67BCDB'

red 103 ◦ green 188 ◦ blue 219

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

Shades of Malibu #67BCDB

Tints of Malibu #67BCDB

RGB

 RED value IS 103 (40.63% from 255) = 20.2%

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

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

R = 20.2%
G = 36.86%
B = 42.94%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67BCDB (or 0x67BCDB) is known color: Malibu. HEX triplet: 67, BC and DB. RGB value is (103,188,219). Sum of RGB (Red+Green+Blue) = 103+188+219=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #67BCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BCDB is #984324. Grayscale: #A5A5A5. Windows color (decimal): -9978661 or 14400615. OLE color: 14400615.

HSL color Cylindrical-coordinate representation of color #67BCDB: hue angle of 196.03º degrees, saturation: 0.62, 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 #67BCDB is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 188 219 -
CMYK 0.53 0.14 0 0.14
HSL 196.03º 0.62% 0.63% -
HSV(B) 196.03º 0.53% 0.86% -
XYZ 36.36 43.96 73.59 -
YUV 166.12 157.84 82.98 -
System Red Green Blue C M Y K H S L
Decimal 103 188 219 0.53 0.14 0 0.14 196.03 0.62 0.63
Hex 67 BC DB 35 E 0 E C4 3E 3F
Octal 147 274 333 65 16 0 16 304 76 77
Binary 1100111 10111100 11011011 110101 1110 0 1110 11000100 111110 111111

Color Harmonies of #67BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BCDB

Black with #67BCDB

Text Example


Text Example

White with #67BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67BCDB; }

 p { color: rgb(103,188,219); }

 H1.HeaderClassName
 {
   color: #67BCDB;
 }
 .AnyTagClassName
 {
   color: #67BCDB;
 }
</style>

background-color css

<style>
 a { background-color: #67BCDB; }

 a { background-color: rgb(103,188,219); }

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

border-color css

<style>
 span { border-color: #67BCDB; }

 span { border-color: rgb(103,188,219); }

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