Html Css Color HEX #38ADC7 Viking

📋 copy color: '#38ADC7'

red 56 ◦ green 173 ◦ blue 199

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

Shades of Viking #38ADC7

Tints of Viking #38ADC7

RGB

 RED value IS 56 (22.27% from 255) = 13.08%

 GREEN value IS 173 (67.97% from 255) = 40.42%

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

R = 13.08%
G = 40.42%
B = 46.5%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#38ADC7 (or 0x38ADC7) is known color: Viking. HEX triplet: 38, AD and C7. RGB value is (56,173,199). Sum of RGB (Red+Green+Blue) = 56+173+199=428 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.08% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #38ADC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #38ADC7 is #C75238. Grayscale: #8C8C8C. Windows color (decimal): -13062713 or 13086008. OLE color: 13086008.

HSL color Cylindrical-coordinate representation of color #38ADC7: hue angle of 190.91º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38ADC7 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 173 199 -
CMYK 0.72 0.13 0 0.22
HSL 190.91º 0.56% 0.5% -
HSV(B) 190.91º 0.72% 0.78% -
XYZ 26.88 34.85 59.34 -
YUV 140.98 160.74 67.39 -
System Red Green Blue C M Y K H S L
Decimal 56 173 199 0.72 0.13 0 0.22 190.91 0.56 0.5
Hex 38 AD C7 48 D 0 16 BF 38 32
Octal 70 255 307 110 15 0 26 277 70 62
Binary 111000 10101101 11000111 1001000 1101 0 10110 10111111 111000 110010

Color Harmonies of #38ADC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ADC7

Black with #38ADC7

Text Example


Text Example

White with #38ADC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38ADC7; }

 p { color: rgb(56,173,199); }

 H1.HeaderClassName
 {
   color: #38ADC7;
 }
 .AnyTagClassName
 {
   color: #38ADC7;
 }
</style>

background-color css

<style>
 a { background-color: #38ADC7; }

 a { background-color: rgb(56,173,199); }

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

border-color css

<style>
 span { border-color: #38ADC7; }

 span { border-color: rgb(56,173,199); }

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