Html Css Color HEX #67AFDB Malibu

📋 copy color: '#67AFDB'

red 103 ◦ green 175 ◦ blue 219

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

Shades of Malibu #67AFDB

Tints of Malibu #67AFDB

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.21%

 BLUE value IS 219 (85.94% from 255) = 44.06%

R = 20.72%
G = 35.21%
B = 44.06%

CMYK

 C value IS 0.53

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#67AFDB (or 0x67AFDB) is known color: Malibu. HEX triplet: 67, AF and DB. RGB value is (103,175,219). Sum of RGB (Red+Green+Blue) = 103+175+219=497 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.72% from 497); Green value is 175 (68.75% from 255 or 35.21% from 497); Blue value is 219 (85.94% from 255 or 44.06% from 497); Max value from RGB is 219 - color contains mainly: blue. Hex color #67AFDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFDB is #985024. Grayscale: #9E9E9E. Windows color (decimal): -9981989 or 14397287. OLE color: 14397287.

HSL color Cylindrical-coordinate representation of color #67AFDB: hue angle of 202.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #67AFDB is Cyan = 0.53, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 175 219 -
CMYK 0.53 0.20 0 0.14
HSL 202.76º 0.62% 0.63% -
HSV(B) 202.76º 0.53% 0.86% -
XYZ 33.71 38.66 72.7 -
YUV 158.49 162.15 88.42 -
System Red Green Blue C M Y K H S L
Decimal 103 175 219 0.53 0.20 0 0.14 202.76 0.62 0.63
Hex 67 AF DB 35 14 0 E CB 3E 3F
Octal 147 257 333 65 24 0 16 313 76 77
Binary 1100111 10101111 11011011 110101 10100 0 1110 11001011 111110 111111

Color Harmonies of #67AFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFDB

Black with #67AFDB

Text Example


Text Example

White with #67AFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,175,219); }

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

background-color css

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

 a { background-color: rgb(103,175,219); }

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

border-color css

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

 span { border-color: rgb(103,175,219); }

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