Html Css Color HEX #41BCCE Viking

📋 copy color: '#41BCCE'

red 65 ◦ green 188 ◦ blue 206

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

Shades of Viking #41BCCE

Tints of Viking #41BCCE

RGB

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

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

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

R = 14.16%
G = 40.96%
B = 44.88%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41BCCE (or 0x41BCCE) is known color: Viking. HEX triplet: 41, BC and CE. RGB value is (65,188,206). Sum of RGB (Red+Green+Blue) = 65+188+206=459 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.16% from 459); Green value is 188 (73.83% from 255 or 40.96% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #41BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCCE is #BE4331. Grayscale: #999999. Windows color (decimal): -12469042 or 13548609. OLE color: 13548609.

HSL color Cylindrical-coordinate representation of color #41BCCE: hue angle of 187.66º 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 #41BCCE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 188 206 -
CMYK 0.68 0.09 0 0.19
HSL 187.66º 0.59% 0.53% -
HSV(B) 187.66º 0.68% 0.81% -
XYZ 31.3 41.55 64.76 -
YUV 153.28 157.75 65.04 -
System Red Green Blue C M Y K H S L
Decimal 65 188 206 0.68 0.09 0 0.19 187.66 0.59 0.53
Hex 41 BC CE 44 9 0 13 BC 3B 35
Octal 101 274 316 104 11 0 23 274 73 65
Binary 1000001 10111100 11001110 1000100 1001 0 10011 10111100 111011 110101

Color Harmonies of #41BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCCE

Black with #41BCCE

Text Example


Text Example

White with #41BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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