Html Css Color HEX #38BCC7 Viking

📋 copy color: '#38BCC7'

red 56 ◦ green 188 ◦ blue 199

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

Shades of Viking #38BCC7

Tints of Viking #38BCC7

RGB

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

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

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

R = 12.64%
G = 42.44%
B = 44.92%

CMYK

 C value IS 0.72

 M value IS 0.06

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#38BCC7 (or 0x38BCC7) is known color: Viking. HEX triplet: 38, BC and C7. RGB value is (56,188,199). Sum of RGB (Red+Green+Blue) = 56+188+199=443 (58% of max value = 765). Red value is 56 (22.27% from 255 or 12.64% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 199 (78.12% from 255 or 44.92% from 443); Max value from RGB is 199 - color contains mainly: blue. Hex color #38BCC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #38BCC7 is #C74338. Grayscale: #959595. Windows color (decimal): -13058873 or 13089848. OLE color: 13089848.

HSL color Cylindrical-coordinate representation of color #38BCC7: hue angle of 184.62º 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 #38BCC7 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 56 188 199 -
CMYK 0.72 0.06 0 0.22
HSL 184.62º 0.56% 0.5% -
HSV(B) 184.62º 0.72% 0.78% -
XYZ 29.92 40.93 60.36 -
YUV 149.79 155.77 61.11 -
System Red Green Blue C M Y K H S L
Decimal 56 188 199 0.72 0.06 0 0.22 184.62 0.56 0.5
Hex 38 BC C7 48 6 0 16 B9 38 32
Octal 70 274 307 110 6 0 26 271 70 62
Binary 111000 10111100 11000111 1001000 110 0 10110 10111001 111000 110010

Color Harmonies of #38BCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BCC7

Black with #38BCC7

Text Example


Text Example

White with #38BCC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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