Html Css Color HEX #67ADDA Malibu

📋 copy color: '#67ADDA'

red 103 ◦ green 173 ◦ blue 218

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

Shades of Malibu #67ADDA

Tints of Malibu #67ADDA

RGB

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

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

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

R = 20.85%
G = 35.02%
B = 44.13%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67ADDA (or 0x67ADDA) is known color: Malibu. HEX triplet: 67, AD and DA. RGB value is (103,173,218). Sum of RGB (Red+Green+Blue) = 103+173+218=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 173 (67.97% from 255 or 35.02% from 494); Blue value is 218 (85.55% from 255 or 44.13% from 494); Max value from RGB is 218 - color contains mainly: blue. Hex color #67ADDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADDA is #985225. Grayscale: #9C9C9C. Windows color (decimal): -9982502 or 14331239. OLE color: 14331239.

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

Color convert

RGB 103 173 218 -
CMYK 0.53 0.21 0 0.15
HSL 203.48º 0.61% 0.63% -
HSV(B) 203.48º 0.53% 0.85% -
XYZ 33.19 37.83 71.88 -
YUV 157.2 162.31 89.34 -
System Red Green Blue C M Y K H S L
Decimal 103 173 218 0.53 0.21 0 0.15 203.48 0.61 0.63
Hex 67 AD DA 35 15 0 F CB 3D 3F
Octal 147 255 332 65 25 0 17 313 75 77
Binary 1100111 10101101 11011010 110101 10101 0 1111 11001011 111101 111111

Color Harmonies of #67ADDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADDA

Black with #67ADDA

Text Example


Text Example

White with #67ADDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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