Html Css Color HEX #67AFDD Malibu

📋 copy color: '#67AFDD'

red 103 ◦ green 175 ◦ blue 221

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

Shades of Malibu #67AFDD

Tints of Malibu #67AFDD

RGB

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

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

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

R = 20.64%
G = 35.07%
B = 44.29%

CMYK

 C value IS 0.53

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67AFDD (or 0x67AFDD) is known color: Malibu. HEX triplet: 67, AF and DD. RGB value is (103,175,221). Sum of RGB (Red+Green+Blue) = 103+175+221=499 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.64% from 499); Green value is 175 (68.75% from 255 or 35.07% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #67AFDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFDD is #985022. Grayscale: #9E9E9E. Windows color (decimal): -9981987 or 14528359. OLE color: 14528359.

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

Color convert

RGB 103 175 221 -
CMYK 0.53 0.21 0 0.13
HSL 203.39º 0.63% 0.64% -
HSV(B) 203.39º 0.53% 0.87% -
XYZ 33.97 38.76 74.1 -
YUV 158.72 163.15 88.26 -
System Red Green Blue C M Y K H S L
Decimal 103 175 221 0.53 0.21 0 0.13 203.39 0.63 0.64
Hex 67 AF DD 35 15 0 D CB 3F 40
Octal 147 257 335 65 25 0 15 313 77 100
Binary 1100111 10101111 11011101 110101 10101 0 1101 11001011 111111 1000000

Color Harmonies of #67AFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFDD

Black with #67AFDD

Text Example


Text Example

White with #67AFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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