Html Css Color HEX #67ADDC Malibu

📋 copy color: '#67ADDC'

red 103 ◦ green 173 ◦ blue 220

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

Shades of Malibu #67ADDC

Tints of Malibu #67ADDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.35%

R = 20.77%
G = 34.88%
B = 44.35%

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

#67ADDC (or 0x67ADDC) is known color: Malibu. HEX triplet: 67, AD and DC. RGB value is (103,173,220). Sum of RGB (Red+Green+Blue) = 103+173+220=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #67ADDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ADDC is #985223. Grayscale: #9D9D9D. Windows color (decimal): -9982500 or 14462311. OLE color: 14462311.

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

Color convert

RGB 103 173 220 -
CMYK 0.53 0.21 0 0.14
HSL 204.1º 0.63% 0.63% -
HSV(B) 204.1º 0.53% 0.86% -
XYZ 33.46 37.94 73.27 -
YUV 157.43 163.31 89.18 -
System Red Green Blue C M Y K H S L
Decimal 103 173 220 0.53 0.21 0 0.14 204.1 0.63 0.63
Hex 67 AD DC 35 15 0 E CC 3F 3F
Octal 147 255 334 65 25 0 16 314 77 77
Binary 1100111 10101101 11011100 110101 10101 0 1110 11001100 111111 111111

Color Harmonies of #67ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ADDC

Black with #67ADDC

Text Example


Text Example

White with #67ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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