Html Css Color HEX #67AAEC Malibu

📋 copy color: '#67AAEC'

red 103 ◦ green 170 ◦ blue 236

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

Shades of Malibu #67AAEC

Tints of Malibu #67AAEC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.4%

 BLUE value IS 236 (92.58% from 255) = 46.37%

R = 20.24%
G = 33.4%
B = 46.37%

CMYK

 C value IS 0.56

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#67AAEC (or 0x67AAEC) is known color: Malibu. HEX triplet: 67, AA and EC. RGB value is (103,170,236). Sum of RGB (Red+Green+Blue) = 103+170+236=509 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.24% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 236 (92.58% from 255 or 46.37% from 509); Max value from RGB is 236 - color contains mainly: blue. Hex color #67AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AAEC is #985513. Grayscale: #9D9D9D. Windows color (decimal): -9983252 or 15510119. OLE color: 15510119.

HSL color Cylindrical-coordinate representation of color #67AAEC: hue angle of 209.77º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67AAEC is Cyan = 0.56, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 103 170 236 -
CMYK 0.56 0.28 0 0.07
HSL 209.77º 0.78% 0.66% -
HSV(B) 209.77º 0.56% 0.93% -
XYZ 35.11 37.69 84.78 -
YUV 157.49 172.3 89.13 -
System Red Green Blue C M Y K H S L
Decimal 103 170 236 0.56 0.28 0 0.07 209.77 0.78 0.66
Hex 67 AA EC 38 1C 0 7 D2 4E 42
Octal 147 252 354 70 34 0 7 322 116 102
Binary 1100111 10101010 11101100 111000 11100 0 111 11010010 1001110 1000010

Color Harmonies of #67AAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAEC

Black with #67AAEC

Text Example


Text Example

White with #67AAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,170,236); }

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

background-color css

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

 a { background-color: rgb(103,170,236); }

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

border-color css

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

 span { border-color: rgb(103,170,236); }

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