Html Css Color HEX #44BEC7 Viking

📋 copy color: '#44BEC7'

red 68 ◦ green 190 ◦ blue 199

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

Shades of Viking #44BEC7

Tints of Viking #44BEC7

RGB

 RED value IS 68 (26.95% from 255) = 14.88%

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

 BLUE value IS 199 (78.13% from 255) = 43.54%

R = 14.88%
G = 41.58%
B = 43.54%

CMYK

 C value IS 0.66

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#44BEC7 (or 0x44BEC7) is known color: Viking. HEX triplet: 44, BE and C7. RGB value is (68,190,199). Sum of RGB (Red+Green+Blue) = 68+190+199=457 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.88% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 199 (78.12% from 255 or 43.54% from 457); Max value from RGB is 199 - color contains mainly: blue. Hex color #44BEC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44BEC7 is #BB4138. Grayscale: #9A9A9A. Windows color (decimal): -12271929 or 13090372. OLE color: 13090372.

HSL color Cylindrical-coordinate representation of color #44BEC7: hue angle of 184.12º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44BEC7 is Cyan = 0.66, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 68 190 199 -
CMYK 0.66 0.05 0 0.22
HSL 184.12º 0.54% 0.52% -
HSV(B) 184.12º 0.66% 0.78% -
XYZ 31.11 42.18 60.53 -
YUV 154.55 153.08 66.27 -
System Red Green Blue C M Y K H S L
Decimal 68 190 199 0.66 0.05 0 0.22 184.12 0.54 0.52
Hex 44 BE C7 42 5 0 16 B8 36 34
Octal 104 276 307 102 5 0 26 270 66 64
Binary 1000100 10111110 11000111 1000010 101 0 10110 10111000 110110 110100

Color Harmonies of #44BEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44BEC7

Black with #44BEC7

Text Example


Text Example

White with #44BEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44BEC7; }

 p { color: rgb(68,190,199); }

 H1.HeaderClassName
 {
   color: #44BEC7;
 }
 .AnyTagClassName
 {
   color: #44BEC7;
 }
</style>

background-color css

<style>
 a { background-color: #44BEC7; }

 a { background-color: rgb(68,190,199); }

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

border-color css

<style>
 span { border-color: #44BEC7; }

 span { border-color: rgb(68,190,199); }

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