Html Css Color HEX #67AADE Malibu

📋 copy color: '#67AADE'

red 103 ◦ green 170 ◦ blue 222

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

Shades of Malibu #67AADE

Tints of Malibu #67AADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.85%

R = 20.81%
G = 34.34%
B = 44.85%

CMYK

 C value IS 0.54

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67AADE (or 0x67AADE) is known color: Malibu. HEX triplet: 67, AA and DE. RGB value is (103,170,222). Sum of RGB (Red+Green+Blue) = 103+170+222=495 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.81% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 222 (87.11% from 255 or 44.85% from 495); Max value from RGB is 222 - color contains mainly: blue. Hex color #67AADE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AADE is #985521. Grayscale: #9B9B9B. Windows color (decimal): -9983266 or 14592615. OLE color: 14592615.

HSL color Cylindrical-coordinate representation of color #67AADE: hue angle of 206.22º degrees, saturation: 0.64, 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 #67AADE is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 170 222 -
CMYK 0.54 0.23 0 0.13
HSL 206.22º 0.64% 0.64% -
HSV(B) 206.22º 0.54% 0.87% -
XYZ 33.15 36.91 74.48 -
YUV 155.9 165.3 90.27 -
System Red Green Blue C M Y K H S L
Decimal 103 170 222 0.54 0.23 0 0.13 206.22 0.64 0.64
Hex 67 AA DE 36 17 0 D CE 40 40
Octal 147 252 336 66 27 0 15 316 100 100
Binary 1100111 10101010 11011110 110110 10111 0 1101 11001110 1000000 1000000

Color Harmonies of #67AADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AADE

Black with #67AADE

Text Example


Text Example

White with #67AADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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