Html Css Color HEX #67AAED Malibu

📋 copy color: '#67AAED'

red 103 ◦ green 170 ◦ blue 237

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

Shades of Malibu #67AAED

Tints of Malibu #67AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.47%

R = 20.2%
G = 33.33%
B = 46.47%

CMYK

 C value IS 0.57

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#67AAED (or 0x67AAED) is known color: Malibu. HEX triplet: 67, AA and ED. RGB value is (103,170,237). Sum of RGB (Red+Green+Blue) = 103+170+237=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 237 (92.97% from 255 or 46.47% from 510); Max value from RGB is 237 - color contains mainly: blue. Hex color #67AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #67AAED is #985512. Grayscale: #9D9D9D. Windows color (decimal): -9983251 or 15575655. OLE color: 15575655.

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

Color convert

RGB 103 170 237 -
CMYK 0.57 0.28 0 0.07
HSL 210º 0.79% 0.67% -
HSV(B) 210º 0.57% 0.93% -
XYZ 35.25 37.75 85.55 -
YUV 157.61 172.8 89.05 -
System Red Green Blue C M Y K H S L
Decimal 103 170 237 0.57 0.28 0 0.07 210 0.79 0.67
Hex 67 AA ED 39 1C 0 7 D2 4F 43
Octal 147 252 355 71 34 0 7 322 117 103
Binary 1100111 10101010 11101101 111001 11100 0 111 11010010 1001111 1000011

Color Harmonies of #67AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AAED

Black with #67AAED

Text Example


Text Example

White with #67AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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