Html Css Color HEX #67BDDD Malibu

📋 copy color: '#67BDDD'

red 103 ◦ green 189 ◦ blue 221

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

Shades of Malibu #67BDDD

Tints of Malibu #67BDDD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.84%

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

R = 20.08%
G = 36.84%
B = 43.08%

CMYK

 C value IS 0.53

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67BDDD (or 0x67BDDD) is known color: Malibu. HEX triplet: 67, BD and DD. RGB value is (103,189,221). Sum of RGB (Red+Green+Blue) = 103+189+221=513 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.08% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #67BDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BDDD is #984222. Grayscale: #A6A6A6. Windows color (decimal): -9978403 or 14531943. OLE color: 14531943.

HSL color Cylindrical-coordinate representation of color #67BDDD: hue angle of 196.27º 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 #67BDDD is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 189 221 -
CMYK 0.53 0.14 0 0.13
HSL 196.27º 0.63% 0.64% -
HSV(B) 196.27º 0.53% 0.87% -
XYZ 36.84 44.5 75.05 -
YUV 166.93 158.51 82.4 -
System Red Green Blue C M Y K H S L
Decimal 103 189 221 0.53 0.14 0 0.13 196.27 0.63 0.64
Hex 67 BD DD 35 E 0 D C4 3F 40
Octal 147 275 335 65 16 0 15 304 77 100
Binary 1100111 10111101 11011101 110101 1110 0 1101 11000100 111111 1000000

Color Harmonies of #67BDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BDDD

Black with #67BDDD

Text Example


Text Example

White with #67BDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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