Html Css Color HEX #67AFD2 Malibu

📋 copy color: '#67AFD2'

red 103 ◦ green 175 ◦ blue 210

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

Shades of Malibu #67AFD2

Tints of Malibu #67AFD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.03%

R = 21.11%
G = 35.86%
B = 43.03%

CMYK

 C value IS 0.51

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#67AFD2 (or 0x67AFD2) is known color: Malibu. HEX triplet: 67, AF and D2. RGB value is (103,175,210). Sum of RGB (Red+Green+Blue) = 103+175+210=488 (64% of max value = 765). Red value is 103 (40.62% from 255 or 21.11% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 210 (82.42% from 255 or 43.03% from 488); Max value from RGB is 210 - color contains mainly: blue. Hex color #67AFD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #67AFD2 is #98502D. Grayscale: #9D9D9D. Windows color (decimal): -9981998 or 13807463. OLE color: 13807463.

HSL color Cylindrical-coordinate representation of color #67AFD2: hue angle of 199.63º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #67AFD2 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 103 175 210 -
CMYK 0.51 0.17 0 0.18
HSL 199.63º 0.54% 0.61% -
HSV(B) 199.63º 0.51% 0.82% -
XYZ 32.56 38.2 66.63 -
YUV 157.46 157.65 89.15 -
System Red Green Blue C M Y K H S L
Decimal 103 175 210 0.51 0.17 0 0.18 199.63 0.54 0.61
Hex 67 AF D2 33 11 0 12 C8 36 3D
Octal 147 257 322 63 21 0 22 310 66 75
Binary 1100111 10101111 11010010 110011 10001 0 10010 11001000 110110 111101

Color Harmonies of #67AFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67AFD2

Black with #67AFD2

Text Example


Text Example

White with #67AFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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