Html Css Color HEX #67BADD Malibu

📋 copy color: '#67BADD'

red 103 ◦ green 186 ◦ blue 221

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

Shades of Malibu #67BADD

Tints of Malibu #67BADD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 20.2%
G = 36.47%
B = 43.33%

CMYK

 C value IS 0.53

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67BADD (or 0x67BADD) is known color: Malibu. HEX triplet: 67, BA and DD. RGB value is (103,186,221). Sum of RGB (Red+Green+Blue) = 103+186+221=510 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.20% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #67BADD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BADD is #984522. Grayscale: #A4A4A4. Windows color (decimal): -9979171 or 14531175. OLE color: 14531175.

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

Color convert

RGB 103 186 221 -
CMYK 0.53 0.16 0 0.13
HSL 197.8º 0.63% 0.64% -
HSV(B) 197.8º 0.53% 0.87% -
XYZ 36.2 43.22 74.84 -
YUV 165.17 159.5 83.65 -
System Red Green Blue C M Y K H S L
Decimal 103 186 221 0.53 0.16 0 0.13 197.8 0.63 0.64
Hex 67 BA DD 35 10 0 D C6 3F 40
Octal 147 272 335 65 20 0 15 306 77 100
Binary 1100111 10111010 11011101 110101 10000 0 1101 11000110 111111 1000000

Color Harmonies of #67BADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BADD

Black with #67BADD

Text Example


Text Example

White with #67BADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,186,221); }

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

background-color css

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

 a { background-color: rgb(103,186,221); }

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

border-color css

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

 span { border-color: rgb(103,186,221); }

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