Html Css Color HEX #4CC0D5 Viking

📋 copy color: '#4CC0D5'

red 76 ◦ green 192 ◦ blue 213

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

Shades of Viking #4CC0D5

Tints of Viking #4CC0D5

RGB

 RED value IS 76 (30.08% from 255) = 15.8%

 GREEN value IS 192 (75.39% from 255) = 39.92%

 BLUE value IS 213 (83.59% from 255) = 44.28%

R = 15.8%
G = 39.92%
B = 44.28%

CMYK

 C value IS 0.64

 M value IS 0.10

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#4CC0D5 (or 0x4CC0D5) is known color: Viking. HEX triplet: 4C, C0 and D5. RGB value is (76,192,213). Sum of RGB (Red+Green+Blue) = 76+192+213=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #4CC0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0D5 is #B33F2A. Grayscale: #9F9F9F. Windows color (decimal): -11747115 or 14008396. OLE color: 14008396.

HSL color Cylindrical-coordinate representation of color #4CC0D5: hue angle of 189.2º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC0D5 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 76 192 213 -
CMYK 0.64 0.10 0 0.16
HSL 189.2º 0.62% 0.57% -
HSV(B) 189.2º 0.64% 0.84% -
XYZ 33.84 44.04 69.67 -
YUV 159.71 158.07 68.29 -
System Red Green Blue C M Y K H S L
Decimal 76 192 213 0.64 0.10 0 0.16 189.2 0.62 0.57
Hex 4C C0 D5 40 A 0 10 BD 3E 39
Octal 114 300 325 100 12 0 20 275 76 71
Binary 1001100 11000000 11010101 1000000 1010 0 10000 10111101 111110 111001

Color Harmonies of #4CC0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CC0D5

Black with #4CC0D5

Text Example


Text Example

White with #4CC0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,192,213); }

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

background-color css

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

 a { background-color: rgb(76,192,213); }

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

border-color css

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

 span { border-color: rgb(76,192,213); }

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