Html Css Color HEX #67ACE0 Malibu

📋 copy color: '#67ACE0'

red 103 ◦ green 172 ◦ blue 224

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

Shades of Malibu #67ACE0

Tints of Malibu #67ACE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 20.64%
G = 34.47%
B = 44.89%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#67ACE0 (or 0x67ACE0) is known color: Malibu. HEX triplet: 67, AC and E0. RGB value is (103,172,224). Sum of RGB (Red+Green+Blue) = 103+172+224=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #67ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67ACE0 is #98531F. Grayscale: #9D9D9D. Windows color (decimal): -9982752 or 14724199. OLE color: 14724199.

HSL color Cylindrical-coordinate representation of color #67ACE0: hue angle of 205.79º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #67ACE0 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 103 172 224 -
CMYK 0.54 0.23 0 0.12
HSL 205.79º 0.66% 0.64% -
HSV(B) 205.79º 0.54% 0.88% -
XYZ 33.8 37.77 76.03 -
YUV 157.3 165.64 89.27 -
System Red Green Blue C M Y K H S L
Decimal 103 172 224 0.54 0.23 0 0.12 205.79 0.66 0.64
Hex 67 AC E0 36 17 0 C CE 42 40
Octal 147 254 340 66 27 0 14 316 102 100
Binary 1100111 10101100 11100000 110110 10111 0 1100 11001110 1000010 1000000

Color Harmonies of #67ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67ACE0

Black with #67ACE0

Text Example


Text Example

White with #67ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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