Html Css Color HEX #67BBDD Malibu

📋 copy color: '#67BBDD'

red 103 ◦ green 187 ◦ blue 221

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

Shades of Malibu #67BBDD

Tints of Malibu #67BBDD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.59%

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

R = 20.16%
G = 36.59%
B = 43.25%

CMYK

 C value IS 0.53

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67BBDD (or 0x67BBDD) is known color: Malibu. HEX triplet: 67, BB and DD. RGB value is (103,187,221). Sum of RGB (Red+Green+Blue) = 103+187+221=511 (67% of max value = 765). Red value is 103 (40.62% from 255 or 20.16% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #67BBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #67BBDD is #984422. Grayscale: #A5A5A5. Windows color (decimal): -9978915 or 14531431. OLE color: 14531431.

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

Color convert

RGB 103 187 221 -
CMYK 0.53 0.15 0 0.13
HSL 197.29º 0.63% 0.64% -
HSV(B) 197.29º 0.53% 0.87% -
XYZ 36.41 43.64 74.91 -
YUV 165.76 159.17 83.24 -
System Red Green Blue C M Y K H S L
Decimal 103 187 221 0.53 0.15 0 0.13 197.29 0.63 0.64
Hex 67 BB DD 35 F 0 D C5 3F 40
Octal 147 273 335 65 17 0 15 305 77 100
Binary 1100111 10111011 11011101 110101 1111 0 1101 11000101 111111 1000000

Color Harmonies of #67BBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67BBDD

Black with #67BBDD

Text Example


Text Example

White with #67BBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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