Html Css Color HEX #41BDCE Viking

📋 copy color: '#41BDCE'

red 65 ◦ green 189 ◦ blue 206

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

Shades of Viking #41BDCE

Tints of Viking #41BDCE

RGB

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

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

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

R = 14.13%
G = 41.09%
B = 44.78%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41BDCE (or 0x41BDCE) is known color: Viking. HEX triplet: 41, BD and CE. RGB value is (65,189,206). Sum of RGB (Red+Green+Blue) = 65+189+206=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #41BDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BDCE is #BE4231. Grayscale: #999999. Windows color (decimal): -12468786 or 13548865. OLE color: 13548865.

HSL color Cylindrical-coordinate representation of color #41BDCE: hue angle of 187.23º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41BDCE is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 189 206 -
CMYK 0.68 0.08 0 0.19
HSL 187.23º 0.59% 0.53% -
HSV(B) 187.23º 0.68% 0.81% -
XYZ 31.52 41.98 64.83 -
YUV 153.86 157.42 64.62 -
System Red Green Blue C M Y K H S L
Decimal 65 189 206 0.68 0.08 0 0.19 187.23 0.59 0.53
Hex 41 BD CE 44 8 0 13 BB 3B 35
Octal 101 275 316 104 10 0 23 273 73 65
Binary 1000001 10111101 11001110 1000100 1000 0 10011 10111011 111011 110101

Color Harmonies of #41BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BDCE

Black with #41BDCE

Text Example


Text Example

White with #41BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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