Html Css Color HEX #40BCCE Viking

📋 copy color: '#40BCCE'

red 64 ◦ green 188 ◦ blue 206

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

Shades of Viking #40BCCE

Tints of Viking #40BCCE

RGB

 RED value IS 64 (25.39% from 255) = 13.97%

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

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

R = 13.97%
G = 41.05%
B = 44.98%

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

#40BCCE (or 0x40BCCE) is known color: Viking. HEX triplet: 40, BC and CE. RGB value is (64,188,206). Sum of RGB (Red+Green+Blue) = 64+188+206=458 (60% of max value = 765). Red value is 64 (25.39% from 255 or 13.97% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #40BCCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BCCE is #BF4331. Grayscale: #989898. Windows color (decimal): -12534578 or 13548608. OLE color: 13548608.

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

Color convert

RGB 64 188 206 -
CMYK 0.69 0.09 0 0.19
HSL 187.61º 0.59% 0.53% -
HSV(B) 187.61º 0.69% 0.81% -
XYZ 31.24 41.51 64.76 -
YUV 152.98 157.92 64.54 -
System Red Green Blue C M Y K H S L
Decimal 64 188 206 0.69 0.09 0 0.19 187.61 0.59 0.53
Hex 40 BC CE 45 9 0 13 BC 3B 35
Octal 100 274 316 105 11 0 23 274 73 65
Binary 1000000 10111100 11001110 1000101 1001 0 10011 10111100 111011 110101

Color Harmonies of #40BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BCCE

Black with #40BCCE

Text Example


Text Example

White with #40BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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