Html Css Color HEX #67A8DF Malibu

📋 copy color: '#67A8DF'

red 103 ◦ green 168 ◦ blue 223

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

Shades of Malibu #67A8DF

Tints of Malibu #67A8DF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.01%

 BLUE value IS 223 (87.5% from 255) = 45.14%

R = 20.85%
G = 34.01%
B = 45.14%

CMYK

 C value IS 0.54

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#67A8DF (or 0x67A8DF) is known color: Malibu. HEX triplet: 67, A8 and DF. RGB value is (103,168,223). Sum of RGB (Red+Green+Blue) = 103+168+223=494 (65% of max value = 765). Red value is 103 (40.62% from 255 or 20.85% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #67A8DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67A8DF is #985720. Grayscale: #9A9A9A. Windows color (decimal): -9983777 or 14657639. OLE color: 14657639.

HSL color Cylindrical-coordinate representation of color #67A8DF: hue angle of 207.5º degrees, saturation: 0.65, 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 #67A8DF is Cyan = 0.54, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 168 223 -
CMYK 0.54 0.25 0 0.13
HSL 207.5º 0.65% 0.64% -
HSV(B) 207.5º 0.54% 0.87% -
XYZ 32.92 36.22 75.07 -
YUV 154.84 166.47 91.03 -
System Red Green Blue C M Y K H S L
Decimal 103 168 223 0.54 0.25 0 0.13 207.5 0.65 0.64
Hex 67 A8 DF 36 19 0 D D0 41 40
Octal 147 250 337 66 31 0 15 320 101 100
Binary 1100111 10101000 11011111 110110 11001 0 1101 11010000 1000001 1000000

Color Harmonies of #67A8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67A8DF

Black with #67A8DF

Text Example


Text Example

White with #67A8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,168,223); }

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

background-color css

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

 a { background-color: rgb(103,168,223); }

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

border-color css

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

 span { border-color: rgb(103,168,223); }

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