Html Css Color HEX #67ABDD Malibu

📋 copy color: '#67ABDD'

red 103 ◦ green 171 ◦ blue 221

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

Shades of Malibu #67ABDD

Tints of Malibu #67ABDD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.55%

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

R = 20.81%
G = 34.55%
B = 44.65%

CMYK

 C value IS 0.53

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67ABDD (or 0x67ABDD) is known color: Malibu. HEX triplet: 67, AB and DD. RGB value is (103,171,221). Sum of RGB (Red+Green+Blue) = 103+171+221=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #67ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABDD is #985422. Grayscale: #9C9C9C. Windows color (decimal): -9983011 or 14527335. OLE color: 14527335.

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

Color convert

RGB 103 171 221 -
CMYK 0.53 0.23 0 0.13
HSL 205.42º 0.63% 0.64% -
HSV(B) 205.42º 0.53% 0.87% -
XYZ 33.21 37.23 73.84 -
YUV 156.37 164.47 89.93 -
System Red Green Blue C M Y K H S L
Decimal 103 171 221 0.53 0.23 0 0.13 205.42 0.63 0.64
Hex 67 AB DD 35 17 0 D CD 3F 40
Octal 147 253 335 65 27 0 15 315 77 100
Binary 1100111 10101011 11011101 110101 10111 0 1101 11001101 111111 1000000

Color Harmonies of #67ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABDD

Black with #67ABDD

Text Example


Text Example

White with #67ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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