Html Css Color HEX #41BBCC Viking

📋 copy color: '#41BBCC'

red 65 ◦ green 187 ◦ blue 204

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

Shades of Viking #41BBCC

Tints of Viking #41BBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.01%

 BLUE value IS 204 (80.08% from 255) = 44.74%

R = 14.25%
G = 41.01%
B = 44.74%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#41BBCC (or 0x41BBCC) is known color: Viking. HEX triplet: 41, BB and CC. RGB value is (65,187,204). Sum of RGB (Red+Green+Blue) = 65+187+204=456 (60% of max value = 765). Red value is 65 (25.78% from 255 or 14.25% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #41BBCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #41BBCC is #BE4433. Grayscale: #989898. Windows color (decimal): -12469300 or 13417281. OLE color: 13417281.

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

Color convert

RGB 65 187 204 -
CMYK 0.68 0.08 0 0.2
HSL 187.34º 0.58% 0.53% -
HSV(B) 187.34º 0.68% 0.8% -
XYZ 30.85 41.02 63.42 -
YUV 152.46 157.08 65.62 -
System Red Green Blue C M Y K H S L
Decimal 65 187 204 0.68 0.08 0 0.2 187.34 0.58 0.53
Hex 41 BB CC 44 8 0 14 BB 3A 35
Octal 101 273 314 104 10 0 24 273 72 65
Binary 1000001 10111011 11001100 1000100 1000 0 10100 10111011 111010 110101

Color Harmonies of #41BBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41BBCC

Black with #41BBCC

Text Example


Text Example

White with #41BBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,187,204); }

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

background-color css

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

 a { background-color: rgb(65,187,204); }

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

border-color css

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

 span { border-color: rgb(65,187,204); }

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