Html Css Color HEX #4ABBCE Viking

📋 copy color: '#4ABBCE'

red 74 ◦ green 187 ◦ blue 206

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

Shades of Viking #4ABBCE

Tints of Viking #4ABBCE

RGB

 RED value IS 74 (29.3% from 255) = 15.85%

 GREEN value IS 187 (73.44% from 255) = 40.04%

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

R = 15.85%
G = 40.04%
B = 44.11%

CMYK

 C value IS 0.64

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4ABBCE (or 0x4ABBCE) is known color: Viking. HEX triplet: 4A, BB and CE. RGB value is (74,187,206). Sum of RGB (Red+Green+Blue) = 74+187+206=467 (61% of max value = 765). Red value is 74 (29.30% from 255 or 15.85% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #4ABBCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4ABBCE is #B54431. Grayscale: #9B9B9B. Windows color (decimal): -11879474 or 13548362. OLE color: 13548362.

HSL color Cylindrical-coordinate representation of color #4ABBCE: hue angle of 188.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ABBCE is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 74 187 206 -
CMYK 0.64 0.09 0 0.19
HSL 188.64º 0.57% 0.55% -
HSV(B) 188.64º 0.64% 0.81% -
XYZ 31.73 41.45 64.72 -
YUV 155.38 156.56 69.96 -
System Red Green Blue C M Y K H S L
Decimal 74 187 206 0.64 0.09 0 0.19 188.64 0.57 0.55
Hex 4A BB CE 40 9 0 13 BD 39 37
Octal 112 273 316 100 11 0 23 275 71 67
Binary 1001010 10111011 11001110 1000000 1001 0 10011 10111101 111001 110111

Color Harmonies of #4ABBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ABBCE

Black with #4ABBCE

Text Example


Text Example

White with #4ABBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ABBCE; }

 p { color: rgb(74,187,206); }

 H1.HeaderClassName
 {
   color: #4ABBCE;
 }
 .AnyTagClassName
 {
   color: #4ABBCE;
 }
</style>

background-color css

<style>
 a { background-color: #4ABBCE; }

 a { background-color: rgb(74,187,206); }

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

border-color css

<style>
 span { border-color: #4ABBCE; }

 span { border-color: rgb(74,187,206); }

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