Html Css Color HEX #67ACD7 Malibu

📋 copy color: '#67ACD7'

red 103 ◦ green 172 ◦ blue 215

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

Shades of Malibu #67ACD7

Tints of Malibu #67ACD7

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 215 (84.38% from 255) = 43.88%

R = 21.02%
G = 35.1%
B = 43.88%

CMYK

 C value IS 0.52

 M value IS 0.2

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#67ACD7 (or 0x67ACD7) is known color: Malibu. HEX triplet: 67, AC and D7. RGB value is (103,172,215). Sum of RGB (Red+Green+Blue) = 103+172+215=490 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.02% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 215 (84.38% from 255 or 43.88% from 490); Max value from RGB is 215 - color contains mainly: blue. Hex color #67ACD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACD7 is #985328. Grayscale: #9C9C9C. Windows color (decimal): -9982761 or 14134375. OLE color: 14134375.

HSL color Cylindrical-coordinate representation of color #67ACD7: hue angle of 203.04º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #67ACD7 is Cyan = 0.52, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 103 172 215 -
CMYK 0.52 0.2 0 0.16
HSL 203.04º 0.58% 0.62% -
HSV(B) 203.04º 0.52% 0.84% -
XYZ 32.61 37.29 69.77 -
YUV 156.27 161.14 90 -
System Red Green Blue C M Y K H S L
Decimal 103 172 215 0.52 0.2 0 0.16 203.04 0.58 0.62
Hex 67 AC D7 34 14 0 10 CB 3A 3E
Octal 147 254 327 64 24 0 20 313 72 76
Binary 1100111 10101100 11010111 110100 10100 0 10000 11001011 111010 111110

Color Harmonies of #67ACD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACD7

Black with #67ACD7

Text Example


Text Example

White with #67ACD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,172,215); }

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

background-color css

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

 a { background-color: rgb(103,172,215); }

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

border-color css

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

 span { border-color: rgb(103,172,215); }

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