Html Css Color HEX #67ACDD Malibu

📋 copy color: '#67ACDD'

red 103 ◦ green 172 ◦ blue 221

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

Shades of Malibu #67ACDD

Tints of Malibu #67ACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.56%

R = 20.77%
G = 34.68%
B = 44.56%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67ACDD (or 0x67ACDD) is known color: Malibu. HEX triplet: 67, AC and DD. RGB value is (103,172,221). Sum of RGB (Red+Green+Blue) = 103+172+221=496 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.77% from 496); Green value is 172 (67.58% from 255 or 34.68% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #67ACDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACDD is #985322. Grayscale: #9C9C9C. Windows color (decimal): -9982755 or 14527591. OLE color: 14527591.

HSL color Cylindrical-coordinate representation of color #67ACDD: hue angle of 204.92º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67ACDD is Cyan = 0.53, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 172 221 -
CMYK 0.53 0.22 0 0.13
HSL 204.92º 0.63% 0.64% -
HSV(B) 204.92º 0.53% 0.87% -
XYZ 33.4 37.61 73.91 -
YUV 156.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 103 172 221 0.53 0.22 0 0.13 204.92 0.63 0.64
Hex 67 AC DD 35 16 0 D CD 3F 40
Octal 147 254 335 65 26 0 15 315 77 100
Binary 1100111 10101100 11011101 110101 10110 0 1101 11001101 111111 1000000

Color Harmonies of #67ACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACDD

Black with #67ACDD

Text Example


Text Example

White with #67ACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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