Html Css Color HEX #40BECB Viking

📋 copy color: '#40BECB'

red 64 ◦ green 190 ◦ blue 203

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

Shades of Viking #40BECB

Tints of Viking #40BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.58%

 BLUE value IS 203 (79.69% from 255) = 44.42%

R = 14%
G = 41.58%
B = 44.42%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#40BECB (or 0x40BECB) is known color: Viking. HEX triplet: 40, BE and CB. RGB value is (64,190,203). Sum of RGB (Red+Green+Blue) = 64+190+203=457 (60% of max value = 765). Red value is 64 (25.39% from 255 or 14.00% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #40BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #40BECB is #BF4134. Grayscale: #999999. Windows color (decimal): -12534069 or 13352512. OLE color: 13352512.

HSL color Cylindrical-coordinate representation of color #40BECB: hue angle of 185.61º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40BECB is Cyan = 0.68, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 64 190 203 -
CMYK 0.68 0.06 0 0.20
HSL 185.61º 0.57% 0.52% -
HSV(B) 185.61º 0.68% 0.8% -
XYZ 31.31 42.23 63 -
YUV 153.81 155.76 63.94 -
System Red Green Blue C M Y K H S L
Decimal 64 190 203 0.68 0.06 0 0.20 185.61 0.57 0.52
Hex 40 BE CB 44 6 0 14 BA 39 34
Octal 100 276 313 104 6 0 24 272 71 64
Binary 1000000 10111110 11001011 1000100 110 0 10100 10111010 111001 110100

Color Harmonies of #40BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40BECB

Black with #40BECB

Text Example


Text Example

White with #40BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,190,203); }

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

background-color css

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

 a { background-color: rgb(64,190,203); }

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

border-color css

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

 span { border-color: rgb(64,190,203); }

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