Html Css Color HEX #67AED2 Malibu

📋 copy color: '#67AED2'

red 103 ◦ green 174 ◦ blue 210

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

Shades of Malibu #67AED2

Tints of Malibu #67AED2

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.73%

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 21.15%
G = 35.73%
B = 43.12%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#67AED2 (or 0x67AED2) is known color: Malibu. HEX triplet: 67, AE and D2. RGB value is (103,174,210). Sum of RGB (Red+Green+Blue) = 103+174+210=487 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.15% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 210 - color contains mainly: blue. Hex color #67AED2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AED2 is #98512D. Grayscale: #9C9C9C. Windows color (decimal): -9982254 or 13807207. OLE color: 13807207.

HSL color Cylindrical-coordinate representation of color #67AED2: hue angle of 200.19º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67AED2 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 174 210 -
CMYK 0.51 0.17 0 0.18
HSL 200.19º 0.54% 0.61% -
HSV(B) 200.19º 0.51% 0.82% -
XYZ 32.36 37.81 66.56 -
YUV 156.88 157.98 89.57 -
System Red Green Blue C M Y K H S L
Decimal 103 174 210 0.51 0.17 0 0.18 200.19 0.54 0.61
Hex 67 AE D2 33 11 0 12 C8 36 3D
Octal 147 256 322 63 21 0 22 310 66 75
Binary 1100111 10101110 11010010 110011 10001 0 10010 11001000 110110 111101

Color Harmonies of #67AED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AED2

Black with #67AED2

Text Example


Text Example

White with #67AED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,174,210); }

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

background-color css

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

 a { background-color: rgb(103,174,210); }

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

border-color css

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

 span { border-color: rgb(103,174,210); }

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