Html Css Color HEX #41BCC9 Viking

📋 copy color: '#41BCC9'

red 65 ◦ green 188 ◦ blue 201

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

Shades of Viking #41BCC9

Tints of Viking #41BCC9

RGB

 RED value IS 65 (25.78% from 255) = 14.32%

 GREEN value IS 188 (73.83% from 255) = 41.41%

 BLUE value IS 201 (78.91% from 255) = 44.27%

R = 14.32%
G = 41.41%
B = 44.27%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#41BCC9 (or 0x41BCC9) is known color: Viking. HEX triplet: 41, BC and C9. RGB value is (65,188,201). Sum of RGB (Red+Green+Blue) = 65+188+201=454 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.32% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 201 (78.91% from 255 or 44.27% from 454); Max value from RGB is 201 - color contains mainly: blue. Hex color #41BCC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCC9 is #BE4336. Grayscale: #989898. Windows color (decimal): -12469047 or 13220929. OLE color: 13220929.

HSL color Cylindrical-coordinate representation of color #41BCC9: hue angle of 185.74º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BCC9 is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 188 201 -
CMYK 0.68 0.06 0 0.21
HSL 185.74º 0.56% 0.52% -
HSV(B) 185.74º 0.68% 0.79% -
XYZ 30.71 41.31 61.61 -
YUV 152.71 155.25 65.44 -
System Red Green Blue C M Y K H S L
Decimal 65 188 201 0.68 0.06 0 0.21 185.74 0.56 0.52
Hex 41 BC C9 44 6 0 15 BA 38 34
Octal 101 274 311 104 6 0 25 272 70 64
Binary 1000001 10111100 11001001 1000100 110 0 10101 10111010 111000 110100

Color Harmonies of #41BCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCC9

Black with #41BCC9

Text Example


Text Example

White with #41BCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41BCC9; }

 p { color: rgb(65,188,201); }

 H1.HeaderClassName
 {
   color: #41BCC9;
 }
 .AnyTagClassName
 {
   color: #41BCC9;
 }
</style>

background-color css

<style>
 a { background-color: #41BCC9; }

 a { background-color: rgb(65,188,201); }

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

border-color css

<style>
 span { border-color: #41BCC9; }

 span { border-color: rgb(65,188,201); }

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