Html Css Color HEX #3ABDCE Viking

📋 copy color: '#3ABDCE'

red 58 ◦ green 189 ◦ blue 206

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

Shades of Viking #3ABDCE

Tints of Viking #3ABDCE

RGB

 RED value IS 58 (23.05% from 255) = 12.8%

 GREEN value IS 189 (74.22% from 255) = 41.72%

 BLUE value IS 206 (80.86% from 255) = 45.47%

R = 12.8%
G = 41.72%
B = 45.47%

CMYK

 C value IS 0.72

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3ABDCE (or 0x3ABDCE) is known color: Viking. HEX triplet: 3A, BD and CE. RGB value is (58,189,206). Sum of RGB (Red+Green+Blue) = 58+189+206=453 (60% of max value = 765). Red value is 58 (23.05% from 255 or 12.80% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 206 (80.86% from 255 or 45.47% from 453); Max value from RGB is 206 - color contains mainly: blue. Hex color #3ABDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3ABDCE is #C54231. Grayscale: #979797. Windows color (decimal): -12927538 or 13548858. OLE color: 13548858.

HSL color Cylindrical-coordinate representation of color #3ABDCE: hue angle of 186.89º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3ABDCE is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 58 189 206 -
CMYK 0.72 0.08 0 0.19
HSL 186.89º 0.6% 0.52% -
HSV(B) 186.89º 0.72% 0.81% -
XYZ 31.08 41.75 64.81 -
YUV 151.77 158.6 61.12 -
System Red Green Blue C M Y K H S L
Decimal 58 189 206 0.72 0.08 0 0.19 186.89 0.6 0.52
Hex 3A BD CE 48 8 0 13 BB 3C 34
Octal 72 275 316 110 10 0 23 273 74 64
Binary 111010 10111101 11001110 1001000 1000 0 10011 10111011 111100 110100

Color Harmonies of #3ABDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3ABDCE

Black with #3ABDCE

Text Example


Text Example

White with #3ABDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3ABDCE; }

 p { color: rgb(58,189,206); }

 H1.HeaderClassName
 {
   color: #3ABDCE;
 }
 .AnyTagClassName
 {
   color: #3ABDCE;
 }
</style>

background-color css

<style>
 a { background-color: #3ABDCE; }

 a { background-color: rgb(58,189,206); }

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

border-color css

<style>
 span { border-color: #3ABDCE; }

 span { border-color: rgb(58,189,206); }

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