Html Css Color HEX #43ADD2 Viking

📋 copy color: '#43ADD2'

red 67 ◦ green 173 ◦ blue 210

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

Shades of Viking #43ADD2

Tints of Viking #43ADD2

RGB

 RED value IS 67 (26.56% from 255) = 14.89%

 GREEN value IS 173 (67.97% from 255) = 38.44%

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

R = 14.89%
G = 38.44%
B = 46.67%

CMYK

 C value IS 0.68

 M value IS 0.18

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#43ADD2 (or 0x43ADD2) is known color: Viking. HEX triplet: 43, AD and D2. RGB value is (67,173,210). Sum of RGB (Red+Green+Blue) = 67+173+210=450 (59% of max value = 765). Red value is 67 (26.56% from 255 or 14.89% from 450); Green value is 173 (67.97% from 255 or 38.44% from 450); Blue value is 210 (82.42% from 255 or 46.67% from 450); Max value from RGB is 210 - color contains mainly: blue. Hex color #43ADD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #43ADD2 is #BC522D. Grayscale: #919191. Windows color (decimal): -12341806 or 13806915. OLE color: 13806915.

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

Color convert

RGB 67 173 210 -
CMYK 0.68 0.18 0 0.18
HSL 195.52º 0.61% 0.54% -
HSV(B) 195.52º 0.68% 0.82% -
XYZ 28.89 35.73 66.35 -
YUV 145.52 164.38 71.99 -
System Red Green Blue C M Y K H S L
Decimal 67 173 210 0.68 0.18 0 0.18 195.52 0.61 0.54
Hex 43 AD D2 44 12 0 12 C4 3D 36
Octal 103 255 322 104 22 0 22 304 75 66
Binary 1000011 10101101 11010010 1000100 10010 0 10010 11000100 111101 110110

Color Harmonies of #43ADD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43ADD2

Black with #43ADD2

Text Example


Text Example

White with #43ADD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43ADD2; }

 p { color: rgb(67,173,210); }

 H1.HeaderClassName
 {
   color: #43ADD2;
 }
 .AnyTagClassName
 {
   color: #43ADD2;
 }
</style>

background-color css

<style>
 a { background-color: #43ADD2; }

 a { background-color: rgb(67,173,210); }

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

border-color css

<style>
 span { border-color: #43ADD2; }

 span { border-color: rgb(67,173,210); }

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