Html Css Color HEX #67ADDB Malibu

📋 copy color: '#67ADDB'

red 103 ◦ green 173 ◦ blue 219

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

Shades of Malibu #67ADDB

Tints of Malibu #67ADDB

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.95%

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

R = 20.81%
G = 34.95%
B = 44.24%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67ADDB (or 0x67ADDB) is known color: Malibu. HEX triplet: 67, AD and DB. RGB value is (103,173,219). Sum of RGB (Red+Green+Blue) = 103+173+219=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 173 (67.97% from 255 or 34.95% from 495); Blue value is 219 (85.94% from 255 or 44.24% from 495); Max value from RGB is 219 - color contains mainly: blue. Hex color #67ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADDB is #985224. Grayscale: #9D9D9D. Windows color (decimal): -9982501 or 14396775. OLE color: 14396775.

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

Color convert

RGB 103 173 219 -
CMYK 0.53 0.21 0 0.14
HSL 203.79º 0.62% 0.63% -
HSV(B) 203.79º 0.53% 0.86% -
XYZ 33.32 37.89 72.57 -
YUV 157.31 162.81 89.26 -
System Red Green Blue C M Y K H S L
Decimal 103 173 219 0.53 0.21 0 0.14 203.79 0.62 0.63
Hex 67 AD DB 35 15 0 E CC 3E 3F
Octal 147 255 333 65 25 0 16 314 76 77
Binary 1100111 10101101 11011011 110101 10101 0 1110 11001100 111110 111111

Color Harmonies of #67ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADDB

Black with #67ADDB

Text Example


Text Example

White with #67ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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