#40B8CF

Color #40B8CF Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #40B8CF

Tints of Viking #40B8CF

Color information

#40B8CF (or 0x40B8CF) is unknown color: approx Viking. HEX triplet: 40, B8 and CF. RGB value is (64,184,207). Sum of RGB (Red+Green+Blue) = 64+184+207=455 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.07% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #40B8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40B8CF is #BF4730. Grayscale: #969696. Windows color (decimal): -12535601 or 13613120. OLE color: 13613120.

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

Color convert

RGB64184207-
CMYK0.690.1100.19
HSL189.65º59.83%53.14%-
HSV(B)189.65º69.08%81.18%-
XYZ30.5239.8865.12-
YUV150.74159.7466.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.07%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 207 (81.25% from 255) = 45.49%
R=14.07%
G=40.44%
B=45.49%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal641842070.690.1100.19189.6559.8353.14
Hex40B8CF45B013be3c35
Octal100270317105130232767465
Binary100000010111000110011111000101101101001110111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,184,207); }

 H1.HeaderClassName
 {
   color: #40B8CF;
 }
 .AnyTagClassName
 {
   color: #40B8CF;
 }
</style>
background-color css

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

 a { background-color: rgb(64,184,207); }

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

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

 span { border-color: rgb(64,184,207); }

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