Html Css Color HEX #67AFDE Malibu

📋 copy color: '#67AFDE'

red 103 ◦ green 175 ◦ blue 222

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

Shades of Malibu #67AFDE

Tints of Malibu #67AFDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 20.6%
G = 35%
B = 44.4%

CMYK

 C value IS 0.54

 M value IS 0.21

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67AFDE (or 0x67AFDE) is known color: Malibu. HEX triplet: 67, AF and DE. RGB value is (103,175,222). Sum of RGB (Red+Green+Blue) = 103+175+222=500 (66% of max value = 765). Red value is 103 (40.62% from 255 or 20.6% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #67AFDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFDE is #985021. Grayscale: #9E9E9E. Windows color (decimal): -9981986 or 14593895. OLE color: 14593895.

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

Color convert

RGB 103 175 222 -
CMYK 0.54 0.21 0 0.13
HSL 203.7º 0.64% 0.64% -
HSV(B) 203.7º 0.54% 0.87% -
XYZ 34.11 38.82 74.8 -
YUV 158.83 163.65 88.18 -
System Red Green Blue C M Y K H S L
Decimal 103 175 222 0.54 0.21 0 0.13 203.7 0.64 0.64
Hex 67 AF DE 36 15 0 D CC 40 40
Octal 147 257 336 66 25 0 15 314 100 100
Binary 1100111 10101111 11011110 110110 10101 0 1101 11001100 1000000 1000000

Color Harmonies of #67AFDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFDE

Black with #67AFDE

Text Example


Text Example

White with #67AFDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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