Html Css Color HEX #67ABDA Malibu

📋 copy color: '#67ABDA'

red 103 ◦ green 171 ◦ blue 218

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

Shades of Malibu #67ABDA

Tints of Malibu #67ABDA

RGB

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

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

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

R = 20.93%
G = 34.76%
B = 44.31%

CMYK

 C value IS 0.53

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#67ABDA (or 0x67ABDA) is known color: Malibu. HEX triplet: 67, AB and DA. RGB value is (103,171,218). Sum of RGB (Red+Green+Blue) = 103+171+218=492 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.93% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #67ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ABDA is #985425. Grayscale: #9B9B9B. Windows color (decimal): -9983014 or 14330727. OLE color: 14330727.

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

Color convert

RGB 103 171 218 -
CMYK 0.53 0.22 0 0.15
HSL 204.52º 0.61% 0.63% -
HSV(B) 204.52º 0.53% 0.85% -
XYZ 32.81 37.07 71.76 -
YUV 156.03 162.97 90.18 -
System Red Green Blue C M Y K H S L
Decimal 103 171 218 0.53 0.22 0 0.15 204.52 0.61 0.63
Hex 67 AB DA 35 16 0 F CD 3D 3F
Octal 147 253 332 65 26 0 17 315 75 77
Binary 1100111 10101011 11011010 110101 10110 0 1111 11001101 111101 111111

Color Harmonies of #67ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ABDA

Black with #67ABDA

Text Example


Text Example

White with #67ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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