Html Css Color HEX #41BCCF Viking

📋 copy color: '#41BCCF'

red 65 ◦ green 188 ◦ blue 207

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

Shades of Viking #41BCCF

Tints of Viking #41BCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45%

R = 14.13%
G = 40.87%
B = 45%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#41BCCF (or 0x41BCCF) is known color: Viking. HEX triplet: 41, BC and CF. RGB value is (65,188,207). Sum of RGB (Red+Green+Blue) = 65+188+207=460 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.13% from 460); Green value is 188 (73.83% from 255 or 40.87% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #41BCCF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BCCF is #BE4330. Grayscale: #999999. Windows color (decimal): -12469041 or 13614145. OLE color: 13614145.

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

Color convert

RGB 65 188 207 -
CMYK 0.69 0.09 0 0.19
HSL 188.03º 0.6% 0.53% -
HSV(B) 188.03º 0.69% 0.81% -
XYZ 31.43 41.6 65.4 -
YUV 153.39 158.25 64.96 -
System Red Green Blue C M Y K H S L
Decimal 65 188 207 0.69 0.09 0 0.19 188.03 0.6 0.53
Hex 41 BC CF 45 9 0 13 BC 3C 35
Octal 101 274 317 105 11 0 23 274 74 65
Binary 1000001 10111100 11001111 1000101 1001 0 10011 10111100 111100 110101

Color Harmonies of #41BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BCCF

Black with #41BCCF

Text Example


Text Example

White with #41BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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