Html Css Color HEX #41BCD3 Viking

📋 copy color: '#41BCD3'

red 65 ◦ green 188 ◦ blue 211

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

Shades of Viking #41BCD3

Tints of Viking #41BCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.47%

R = 14.01%
G = 40.52%
B = 45.47%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#41BCD3 (or 0x41BCD3) is known color: Viking. HEX triplet: 41, BC and D3. RGB value is (65,188,211). Sum of RGB (Red+Green+Blue) = 65+188+211=464 (61% of max value = 765). Red value is 65 (25.78% from 255 or 14.01% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 211 (82.81% from 255 or 45.47% from 464); Max value from RGB is 211 - color contains mainly: blue. Hex color #41BCD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCD3 is #BE432C. Grayscale: #999999. Windows color (decimal): -12469037 or 13876289. OLE color: 13876289.

HSL color Cylindrical-coordinate representation of color #41BCD3: hue angle of 189.45º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41BCD3 is Cyan = 0.69, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 65 188 211 -
CMYK 0.69 0.11 0 0.17
HSL 189.45º 0.62% 0.54% -
HSV(B) 189.45º 0.69% 0.83% -
XYZ 31.92 41.79 68.01 -
YUV 153.85 160.25 64.63 -
System Red Green Blue C M Y K H S L
Decimal 65 188 211 0.69 0.11 0 0.17 189.45 0.62 0.54
Hex 41 BC D3 45 B 0 11 BD 3E 36
Octal 101 274 323 105 13 0 21 275 76 66
Binary 1000001 10111100 11010011 1000101 1011 0 10001 10111101 111110 110110

Color Harmonies of #41BCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCD3

Black with #41BCD3

Text Example


Text Example

White with #41BCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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