Html Css Color HEX #67AEDF Malibu

📋 copy color: '#67AEDF'

red 103 ◦ green 174 ◦ blue 223

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

Shades of Malibu #67AEDF

Tints of Malibu #67AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.6%

R = 20.6%
G = 34.8%
B = 44.6%

CMYK

 C value IS 0.54

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67AEDF (or 0x67AEDF) is known color: Malibu. HEX triplet: 67, AE and DF. RGB value is (103,174,223). Sum of RGB (Red+Green+Blue) = 103+174+223=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #67AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AEDF is #985120. Grayscale: #9E9E9E. Windows color (decimal): -9982241 or 14659175. OLE color: 14659175.

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

Color convert

RGB 103 174 223 -
CMYK 0.54 0.22 0 0.13
HSL 204.5º 0.65% 0.64% -
HSV(B) 204.5º 0.54% 0.87% -
XYZ 34.05 38.48 75.45 -
YUV 158.36 164.48 88.52 -
System Red Green Blue C M Y K H S L
Decimal 103 174 223 0.54 0.22 0 0.13 204.5 0.65 0.64
Hex 67 AE DF 36 16 0 D CC 41 40
Octal 147 256 337 66 26 0 15 314 101 100
Binary 1100111 10101110 11011111 110110 10110 0 1101 11001100 1000001 1000000

Color Harmonies of #67AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AEDF

Black with #67AEDF

Text Example


Text Example

White with #67AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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